Help Gerald handle files that it can't read. #180516
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' |