Skip to content

[docs] Standardize repository README and docs conventions #7

[docs] Standardize repository README and docs conventions

[docs] Standardize repository README and docs conventions #7

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / Auto assign

Invalid workflow file

The workflow is not valid. .github/workflows/auto-assign.yml (Line: 10, Col: 3): Error calling workflow 'php-fast-forward/dev-tools/.github/workflows/auto-assign.yml@main'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'.
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 || '' }}