From 712924cbc36947ef76aa54b9ef77f7ab152303af Mon Sep 17 00:00:00 2001 From: Karl Hopkinson-Turrell Date: Fri, 9 Sep 2022 14:29:10 +0100 Subject: [PATCH] ci: trigger linting on PR title change (#4065) --- .github/workflows/ci-pull-requests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-pull-requests.yml b/.github/workflows/ci-pull-requests.yml index c85f711a9a..977d98109a 100644 --- a/.github/workflows/ci-pull-requests.yml +++ b/.github/workflows/ci-pull-requests.yml @@ -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