Skip to content

Commit

Permalink
chore: remove ticket number check from CI (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-jw committed Oct 16, 2023
1 parent 302da6a commit a0d36e1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ jobs:
excludeTitle: 'true'
checkAllCommitMessages: 'true'
accessToken: ${{ secrets.GITHUB_TOKEN }}
- name: Check commit message ticket number
uses: gsactions/commit-message-checker@v1
with:
pattern: 'AC-[0-9]+$'
error: 'Commit messages must end with a ticket number.'
excludeDescription: 'true'
excludeTitle: 'true'
checkAllCommitMessages: 'true'
accessToken: ${{ secrets.GITHUB_TOKEN }}

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a0d36e1

Please sign in to comment.