Switch back to using major-only versions for actions #180575
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@5b4582365dafc568f0f67d29f7db637bd0c2ddf9 # main | |
| env: | |
| GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | |
| ADMIN_PERMISSION_TOKEN: '${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}' | |
| EVENT: 'issue_comment' |