Skip to content

Commit

Permalink
Allow partnerissuetracker links in commit msg checker (#3809)
Browse files Browse the repository at this point in the history
partnerissuetracker.corp.google.com/u/0/issues/352143269
  • Loading branch information
oxve authored Jul 10, 2024
1 parent a749bd5 commit f2bceb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
uses: gsactions/commit-message-checker@16fa2d5de096ae0d35626443bcd24f1e756cafee
with:
accessToken: ${{ secrets.GITHUB_TOKEN }}
pattern: '(b\/\d+|^(Bug|Fixed|Issue): \d+$)'
pattern: '(b\/\d+|^(Bug|Fixed|Issue): \d+$|(partnerissuetracker\.corp|issuetracker)\.google\.com\/u\/\d+\/issues\/\d+$)'
flags: 'gm'
error: 'PR title or description should include at least one bug ID.'

0 comments on commit f2bceb7

Please sign in to comment.