Skip to content

Testing out the !test command #7

Testing out the !test command

Testing out the !test command #7

name: Test Settings Validation at PR Level
on:
issue_comment:
types:
- created
- edited
jobs:
wowee:
if: startsWith(github.event.comment.body, '!test')
uses: ./.github/workflows/call.yml
permissions:
pull-requests: write
contents: write
checks: write
secrets: inherit