Skip to content

Commit e040196

Browse files
authored
Adding misc as PR type (#610)
1 parent a30a5f3 commit e040196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
steps:
1111
- uses: amannn/action-semantic-pull-request@v4
1212
with:
13-
types: chore docs fix feat test
13+
types: chore docs fix feat test misc
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ We appreciate the effort for this pull request but before that please make sure
33
44
Please format the PR title appropriately based on the type of change:
55
<type>[!]: <description>
6-
Where <type> is one of: docs, chore, feat, fix, test.
6+
Where <type> is one of: docs, chore, feat, fix, test, misc.
77
Add a '!' after the type for breaking changes (e.g. feat!: new breaking feature).
88
99
**All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.**

0 commit comments

Comments
 (0)