Add label support to REVIEWERS and NOTIFIED files. #180538
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: Gerald - Check Comments | |
| 'on': | |
| issue_comment | |
| jobs: | |
| gerald: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Run Gerald | |
| uses: Khan/gerald@main | |
| env: | |
| GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | |
| ADMIN_PERMISSION_TOKEN: '${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}' | |
| EVENT: 'issue_comment' |