chore(deps): bump github.com/linuxsuren/oauth-hub from 0.0.0-20240809060240-e78c21b5d8d4 to 0.0.1 #1525
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: Issue and PR comment commands | |
| permissions: {} | |
| on: | |
| issue_comment: | |
| types: | |
| - created | |
| - edited | |
| jobs: | |
| execute: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - uses: jpmcb/prow-github-actions@f4d01dd4b13f289014c23fe5a19878a2479cb35b # v1.1.3 | |
| with: | |
| prow-commands: '/assign | |
| /unassign | |
| /area | |
| /kind | |
| /priority | |
| /remove | |
| /close | |
| /reopen | |
| /lock | |
| /milestone | |
| /hold | |
| /cc | |
| /uncc' | |
| github-token: "${{ secrets.GITHUB_TOKEN }}" |