Skip to content

Commit

Permalink
Check PR for bug number (#492)
Browse files Browse the repository at this point in the history
b/283308580
  • Loading branch information
andrewsavage1 committed Jul 20, 2023
1 parent 928f952 commit 9d55589
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ jobs:
# v2
uses: gsactions/commit-message-checker@16fa2d5de096ae0d35626443bcd24f1e756cafee
with:
excludeTitle: true
excludeDescription: true
checkAllCommitMessages: true
accessToken: ${{ secrets.GITHUB_TOKEN }}
pattern: '^b\/\d+$'
pattern: 'b\/\d+'
flags: 'gm'
error: 'Commit message should include at least one bug ID on a separate line (e.g. b/12345).'
error: 'PR title or description should include at least one bug ID.'

0 comments on commit 9d55589

Please sign in to comment.