Skip to content

Commit

Permalink
pr_labeler: stop adding needs_triage labels to new PRs (#643) (#646)
Browse files Browse the repository at this point in the history
(cherry picked from commit e43d253)

Fixes: #628
Co-authored-by: Maxwell G <[email protected]>
  • Loading branch information
patchback[bot] and gotmax23 authored Oct 18, 2023
1 parent 01624c5 commit 00034b1
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 00034b1

Please sign in to comment.