Add concurrency to cancel stale gerald pr runs in gerald-pr.yml #180522
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: 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' |