-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update commit_message.yml description
- Loading branch information
1 parent
1d73b1e
commit 5abd222
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: "" |