diff options
| author | ST-DDT <[email protected]> | 2022-08-05 08:45:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-05 06:45:32 +0000 |
| commit | dd73ad8018ee8a9fc2a36b1c3e072caadfe0a44a (patch) | |
| tree | 0cf93aec658e21584cfdb24e6afe25d46e21c3b5 /.github/workflows | |
| parent | 23d86aa0289a00f49b2ac6d3d7562f5c5398d1f8 (diff) | |
| download | faker-dd73ad8018ee8a9fc2a36b1c3e072caadfe0a44a.tar.xz faker-dd73ad8018ee8a9fc2a36b1c3e072caadfe0a44a.zip | |
ci: allow all commit keywords in PR titles and add locale keyword (#1230)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/semantic-pull-request.yml | 18 |
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 |
