Skip to content

Commit 4c18f62

Browse files
committed
on rebase clean commented-by- labels (opendatahub-io#251)
1 parent 7a422d0 commit 4c18f62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/pr_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def add_remove_pr_labels(self) -> None:
231231
label.lower() == VERIFIED_LABEL_STR
232232
or label.lower().startswith(LGTM_BY_LABEL_PREFIX)
233233
or label.lower().startswith(CHANGED_REQUESTED_BY_LABEL_PREFIX)
234+
or label.lower().startswith(COMMENTED_BY_LABEL_PREFIX)
234235
):
235236
LOGGER.info(f"Removing label {label}")
236237
self.pr.remove_from_labels(label=label)

0 commit comments

Comments
 (0)