Skip to content

Commit 431525a

Browse files
committed
Revert "chore(ci): replace Docker-based PR title check with JS-based action"
This reverts commit 27cfd70.
1 parent 27cfd70 commit 431525a

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

.github/workflows/pr-title.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,7 @@ jobs:
1818
name: Conventional Commit Title
1919
steps:
2020
- name: Validate PR title
21-
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
22-
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
uses: ytanikin/pr-conventional-commits@fda730cb152c05a849d6d84325e50c6182d9d1e9 # 1.5.1
2422
with:
25-
types: |
26-
feat
27-
fix
28-
docs
29-
test
30-
ci
31-
refactor
32-
perf
33-
chore
34-
revert
35-
style
36-
build
23+
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","style","build"]'
24+
add_label: 'false'

0 commit comments

Comments
 (0)