aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/semantic.yml17
-rw-r--r--.github/workflows/semantic-pull-request.yml18
2 files changed, 18 insertions, 17 deletions
diff --git a/.github/semantic.yml b/.github/semantic.yml
deleted file mode 100644
index 2511b793..00000000
--- a/.github/semantic.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-titleOnly: true
-types:
- - feat
- - fix
- - docs
- - dx
- - refactor
- - perf
- - test
- - workflow
- - build
- - ci
- - chore
- - types
- - wip
- - release
- - deps
diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml
index df554b38..195bd7bf 100644
--- a/.github/workflows/semantic-pull-request.yml
+++ b/.github/workflows/semantic-pull-request.yml
@@ -16,3 +16,21 @@ jobs:
uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ types: |
+ feat
+ fix
+ docs
+ dx
+ refactor
+ perf
+ test
+ locale
+ workflow
+ build
+ ci
+ chore
+ types
+ wip
+ release
+ deps