diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6a138cbea435f..5baaaba68323d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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.'