This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
kosmorro
mirror of
https://github.com/Kosmorro/kosmorro
Watch
1
Star
0
Fork
0
Code
Issues
Releases
33
Activity
Browse Source
ci: use GitHub Action to validate semantic commits
tags/v0.10.11
Jérôme Deuchnord
2 years ago
committed by
Jérôme Deuchnord
parent
49527736f6
commit
83d9cf70ac
1 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
.github/workflows/semantic-pr.yml
+ 17
- 0
.github/workflows/semantic-pr.yml
View File
@@ -0,0 +1,17 @@
name: "Semantic Pull Request"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Write
Preview
Loading…
Cancel
Save