Skip to content

Custom child layers are already built at instantiation when the parent has not state, even if the subclass expects build. #982

Custom child layers are already built at instantiation when the parent has not state, even if the subclass expects build.

Custom child layers are already built at instantiation when the parent has not state, even if the subclass expects build. #982

name: auto-assignment
on:
issues:
types:
- opened
permissions:
contents: read
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
script: |
const script = require('./\.github/workflows/scripts/auto-assignment.js')
script({github, context})