Skip to content

Commit

Permalink
feat: update commit_message.yml
Browse files Browse the repository at this point in the history
feat: update commit_message.yml description
  • Loading branch information
emanuelaepure10 committed Mar 6, 2024
1 parent 1d73b1e commit 5abd222
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/commit_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,22 @@ jobs:
uses: gsactions/commit-message-checker@v1
with:
pattern: '^.+(Resolves|Fixes): \#[0-9]+$'
error: 'You need at least one "Resolves|Fixes: #<issue number>" line.'
error: 'You need at least one "Resolves|Fixes: #<issue number>" line.'

- uses: taskmedia/[email protected]
with:
# token to access GitHub API to receive PR commits
# Default: ${{ github.token }}
token: ""

# skip merge commits
# Default: true
skip_merge: ""

# skip revert commits
# Default: true
skip_revert: ""

# allow different types in commit message
# Default: fix|feat|revert
types: ""

0 comments on commit 5abd222

Please sign in to comment.