mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
chore: add semantic-pr-lint (#220)
This commit is contained in:
parent
bfb9fa0b02
commit
56e0d817c9
1 changed files with 19 additions and 0 deletions
19
.github/workflows/semantic-pr-lint.yml
vendored
Normal file
19
.github/workflows/semantic-pr-lint.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: semantic-pr-lint
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
main:
|
||||
name: Validate PR title
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: read
|
||||
steps:
|
||||
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue