Standardize repository README and docs to latest Fast Forward conventions #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Auto assign | ||
| on: | ||
| pull_request_target: | ||
| types: [opened, reopened, synchronize] | ||
| issues: | ||
| types: [opened, reopened] | ||
| jobs: | ||
| auto-assign: | ||
|
Check failure on line 10 in .github/workflows/auto-assign.yml
|
||
| permissions: | ||
| issues: write | ||
| repository-projects: write | ||
| pull-requests: write | ||
| uses: php-fast-forward/dev-tools/.github/workflows/auto-assign.yml@main | ||
| with: | ||
| # project: 1 | ||
| # | ||
| # Consumer repositories SHOULD set this to the target GitHub Project V2 | ||
| # number. Repositories inside php-fast-forward MAY omit it and let the | ||
| # reusable workflow default to the first organization project. | ||
| project: ${{ vars.PROJECT || '' }} | ||