Skip to content

Commit f25ed2c

Browse files
committed
ci: allow forks for conventional commits check
1 parent dc94a6c commit f25ed2c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Conventional Commits
22

33
on:
44
pull_request:
5-
types: [opened, edited, synchronize]
5+
types: [opened, edited, synchronize, reopened]
66

77
jobs:
88
conventional-commits:
@@ -13,13 +13,6 @@ jobs:
1313
statuses: write
1414

1515
steps:
16-
- name: Checkout Repository
17-
uses: actions/checkout@v4
18-
with:
19-
# Required for axion-release to read git history
20-
fetch-depth: 0
21-
fetch-tags: true
22-
2316
- name: Validate PR title follows conventional commits
2417
uses: amannn/action-semantic-pull-request@v5
2518
env:

0 commit comments

Comments
 (0)