Skip to content

Commit cc71b7b

Browse files
authored
chore(ci): add Semantic Pull Request workflow
1 parent a82bd84 commit cc71b7b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Semantic Pull Request
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
10+
jobs:
11+
main:
12+
runs-on: ubuntu-latest
13+
name: Semantic Pull Request
14+
permissions:
15+
pull-requests: read
16+
steps:
17+
- name: Validate PR title
18+
uses: amannn/action-semantic-pull-request@v6
19+
with:
20+
requireScope: false
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)