Skip to content

Commit

Permalink
[ez] Add a log classifier rule for check-labels (#5612)
Browse files Browse the repository at this point in the history
a follow up to #5611
  • Loading branch information
izaitsevfb authored Aug 29, 2024
1 parent 2745d6b commit 33e56fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws/lambda/log-classifier/ruleset.toml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ pattern = 'IMPROVED:\s+graph_breaks='
name = 'npm error'
pattern = '^npm ERR! code .*'

[[rule]]
name = 'No release notes label'
pattern = '^# This PR needs a `release notes:` label.*'

[[rule]]
name = 'ghstack merge check error'
pattern = '^Mergeability Error: .*'
Expand Down

0 comments on commit 33e56fd

Please sign in to comment.