Skip to content

Commit

Permalink
Add rule to handle missing docs for a new module (#6008)
Browse files Browse the repository at this point in the history
Mitigates #5975

A better (but more involved) fix will be to update the AI part of log
classifier to better notice that this line was the real failure
  • Loading branch information
ZainRizvi authored Dec 11, 2024
1 parent dbfdb83 commit 8813c47
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 @@ -308,3 +308,7 @@ pattern = '^Mergeability Error: .*'
[[rule]]
name = 'GHA error'
pattern = '^##\[error\](.*)'

[[rule]]
name = 'New modules are not documented correctly'
pattern = 'You added the following module\(s\) to the PyTorch namespace .* but they'

0 comments on commit 8813c47

Please sign in to comment.