Testing out the !test
command
#2
This file contains 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: 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 GitHub Actions / Test Settings Validation at PR LevelInvalid workflow file
|
||
if: startsWith(github.event.comment.body, '!test') | ||
uses: ./.github/workflows/call.yml | ||
permissions: | ||
pull-requests: write | ||
contents: write | ||
secrets: inherit |