Skip to content

Commit 77bd770

Browse files
authored
No commented-by label should be added for supported actions (#351)
1 parent 9b64792 commit 77bd770

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scripts/constants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
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

2325
CANCEL_ACTION: str = "cancel"
@@ -38,7 +40,7 @@
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>

0 commit comments

Comments
 (0)