Skip to content

Commit

Permalink
Improve needs-team auto labeling regex (#143787)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
nickofthyme and Tyler Smalley authored Oct 27, 2022
1 parent 069937d commit 1858444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/relabel.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
issues:
- missingLabel: needs-team
regex: ^(\:ml)|(Team:.*)$
regex: (^\:ml$)|(^Team:.+$)|(^EUI$)

0 comments on commit 1858444

Please sign in to comment.