From 4b4ae7b28ce0344b2f991a166e56e187efd85f06 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Wed, 18 Oct 2023 12:12:25 -0500 Subject: [PATCH] pr_labeler: stop adding new_triage labels to new PRs (#643) Fixes: https://github.com/ansible/ansible-documentation/issues/628 (cherry picked from commit e43d253f6c8ae9a3e40b1c804036112c1bbb654d) --- hacking/pr_labeler/label.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hacking/pr_labeler/label.py b/hacking/pr_labeler/label.py index 6a4b4ba10ce..118b281a67f 100644 --- a/hacking/pr_labeler/label.py +++ b/hacking/pr_labeler/label.py @@ -268,7 +268,6 @@ def process_pr( return handle_codeowner_labels(ctx) - add_label_if_new(ctx, "needs_triage") new_contributor_welcome(ctx) no_body_nag(ctx)