pr_labeler: stop adding new_triage labels to new PRs (#643)

Fixes: https://github.com/ansible/ansible-documentation/issues/628
This commit is contained in:
Maxwell G
2023-10-18 12:12:25 -05:00
committed by GitHub
parent 90ee733d44
commit e43d253f6c

View File

@@ -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)