1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 09:27:44 +03:00

ci: trigger linting on PR title change (#4065)

This commit is contained in:
Karl Hopkinson-Turrell 2022-09-09 14:29:10 +01:00 committed by GitHub
parent 799676b24d
commit 712924cbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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