Skip to content

Commit

Permalink
pr_labeler: stop adding new_triage labels to new PRs (#643)
Browse files Browse the repository at this point in the history
Fixes: #628
(cherry picked from commit e43d253)
  • Loading branch information
gotmax23 authored and patchback[bot] committed Oct 18, 2023
1 parent 76f0144 commit 2970754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hacking/pr_labeler/label.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2970754

Please sign in to comment.