mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 12:35:46 +03:00
ci: trigger linting on PR title change (#4065)
This commit is contained in:
parent
799676b24d
commit
712924cbc3
5
.github/workflows/ci-pull-requests.yml
vendored
5
.github/workflows/ci-pull-requests.yml
vendored
@ -2,6 +2,10 @@ name: Test Pull Requests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
branches:
|
||||
- master
|
||||
|
||||
@ -10,6 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
checks: write
|
||||
pull-requests: read
|
||||
contents: read
|
||||
steps:
|
||||
- uses: amannn/action-semantic-pull-request@v4
|
||||
|
Loading…
Reference in New Issue
Block a user