File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1818 f"{ LABEL_PREFIX } { LGTM_LABEL_STR } " ,
1919 f"{ LABEL_PREFIX } { VERIFIED_LABEL_STR } " ,
2020 f"{ LABEL_PREFIX } { HOLD_LABEL_STR } " ,
21+ f"{ LABEL_PREFIX } build-push-pr-image" ,
22+ f"{ LABEL_PREFIX } cherry-pick" ,
2123}
2224
2325CANCEL_ACTION : str = "cancel"
3840 `verified` label removed on each new commit push.
3941 * To Cherry-pick a merged PR `/cherry-pick <target_branch_name>` to the PR. If <target_branch_name> is valid,
4042 and the current PR is merged, a cherry-picked PR would be created and linked to the current PR.
41- * To build and push image to quay, add /build-push-pr-image in a comment. This would create an image with tag
43+ * To build and push image to quay, add ` /build-push-pr-image` in a comment. This would create an image with tag
4244 pr-<pr_number> to quay repository. This image tag, however would be deleted on PR merge or close action.
4345
4446<details>
You can’t perform that action at this time.
0 commit comments