chore(.github): specify PR types

This commit is contained in:
Ammar Bandukwala
2023-05-30 23:57:45 +00:00
parent 43e0968dac
commit 867996aa18
+8
View File
@@ -57,6 +57,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
types:
- feat
- chore
- fix
- hotfix
- refactor
- perf
- test
release-labels:
runs-on: ubuntu-latest