aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/semantic-pull-request.yml
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-08-05 08:45:32 +0200
committerGitHub <[email protected]>2022-08-05 06:45:32 +0000
commitdd73ad8018ee8a9fc2a36b1c3e072caadfe0a44a (patch)
tree0cf93aec658e21584cfdb24e6afe25d46e21c3b5 /.github/workflows/semantic-pull-request.yml
parent23d86aa0289a00f49b2ac6d3d7562f5c5398d1f8 (diff)
downloadfaker-dd73ad8018ee8a9fc2a36b1c3e072caadfe0a44a.tar.xz
faker-dd73ad8018ee8a9fc2a36b1c3e072caadfe0a44a.zip
ci: allow all commit keywords in PR titles and add locale keyword (#1230)
Diffstat (limited to '.github/workflows/semantic-pull-request.yml')
-rw-r--r--.github/workflows/semantic-pull-request.yml18
1 files changed, 18 insertions, 0 deletions
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