Skip to content

Testing out the !test command #2

Testing out the !test command

Testing out the !test command #2

name: Test Settings Validation at PR Level
on:
issue_comment:
types:
- created
- edited
jobs:
wowee:

Check failure on line 8 in .github/workflows/test-settings-validation.yml

View workflow run for this annotation

GitHub Actions / Test Settings Validation at PR Level

Invalid workflow file

The workflow is not valid. .github/workflows/test-settings-validation.yml (Line: 8, Col: 3): Error calling workflow 'codegat-test-org/test/.github/workflows/call.yml@76744a3f1862982450b04303930dbb1454608b5c'. The nested job 'check-repro' is requesting 'checks: write', but is only allowed 'checks: none'.
if: startsWith(github.event.comment.body, '!test')
uses: ./.github/workflows/call.yml
permissions:
pull-requests: write
contents: write
secrets: inherit