是否兼容普通的k8s集群 #181
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: "Prow github actions" | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| execute: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: jpmcb/[email protected] | |
| with: | |
| prow-commands: '/assign | |
| /unassign | |
| /approve | |
| /retitle | |
| /area | |
| /kind | |
| /priority | |
| /remove | |
| /lgtm | |
| /close | |
| /reopen | |
| /lock | |
| /milestone | |
| /hold | |
| /cc | |
| /uncc' | |
| github-token: "${{ secrets.GITHUB_TOKEN }}" |