There should be nothing that uses a node selector/affinity that is not easily configurable at deploy time #1756
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: "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 }}" |