Support more PROW commands. (#7784)

Signed-off-by: Xun Jiang <blackpigletbruce@gmail.com>
This commit is contained in:
Xun Jiang/Bruce Jiang
2024-05-15 02:19:25 +08:00
committed by GitHub
parent 93216e4a3a
commit 27392d3411
2 changed files with 33 additions and 0 deletions

View File

@@ -13,8 +13,17 @@ jobs:
with:
# TODO: before allowing the /lgtm command, see if we can block merging if changelog labels are missing.
prow-commands: |
/approve
/area
/assign
/cc
/close
/hold
/kind
/milestone
/retitle
/remove
/reopen
/uncc
/unassign
github-token: "${{ secrets.GITHUB_TOKEN }}"