mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 06:15:21 +00:00
Support more PROW commands. (#7784)
Signed-off-by: Xun Jiang <blackpigletbruce@gmail.com>
This commit is contained in:
committed by
GitHub
parent
93216e4a3a
commit
27392d3411
9
.github/workflows/prow-action.yml
vendored
9
.github/workflows/prow-action.yml
vendored
@@ -13,8 +13,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# TODO: before allowing the /lgtm command, see if we can block merging if changelog labels are missing.
|
# TODO: before allowing the /lgtm command, see if we can block merging if changelog labels are missing.
|
||||||
prow-commands: |
|
prow-commands: |
|
||||||
|
/approve
|
||||||
/area
|
/area
|
||||||
|
/assign
|
||||||
/cc
|
/cc
|
||||||
|
/close
|
||||||
|
/hold
|
||||||
/kind
|
/kind
|
||||||
|
/milestone
|
||||||
|
/retitle
|
||||||
|
/remove
|
||||||
|
/reopen
|
||||||
/uncc
|
/uncc
|
||||||
|
/unassign
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|||||||
24
OWNERS
Normal file
24
OWNERS
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# This file is used by the [PROW action](https://github.com/jpmcb/prow-github-actions) to approve and merge PRs.
|
||||||
|
# The file's format follows the [OWNERS SPEC](https://www.kubernetes.dev/docs/guide/owners/#owners-spec).
|
||||||
|
|
||||||
|
# List of usernames who may use /lgtm
|
||||||
|
reviewers:
|
||||||
|
- @Lyndon-Li
|
||||||
|
- @anshulahuja98
|
||||||
|
- @blackpiglet
|
||||||
|
- @qiuming-best
|
||||||
|
- @reasonerjt
|
||||||
|
- @shubham-pampattiwar
|
||||||
|
- @sseago
|
||||||
|
- @ywk253100
|
||||||
|
|
||||||
|
# List of usernames who may use /approve
|
||||||
|
approvers:
|
||||||
|
- @Lyndon-Li
|
||||||
|
- @anshulahuja98
|
||||||
|
- @blackpiglet
|
||||||
|
- @qiuming-best
|
||||||
|
- @reasonerjt
|
||||||
|
- @shubham-pampattiwar
|
||||||
|
- @sseago
|
||||||
|
- @ywk253100
|
||||||
Reference in New Issue
Block a user