From fa33423c84965132383a15eda9c7b9fb231251c3 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 13 Nov 2024 16:47:58 +0100 Subject: [PATCH] chore: pr-body: run as part of merge_group, but do not do anything (#6069) --- .github/workflows/pr-body.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-body.yml b/.github/workflows/pr-body.yml index 81f8000a90..3d174aa343 100644 --- a/.github/workflows/pr-body.yml +++ b/.github/workflows/pr-body.yml @@ -1,6 +1,7 @@ name: Check PR body for changelog convention on: + merge_group: pull_request: types: [opened, synchronize, reopened, edited, labeled, converted_to_draft, ready_for_review] @@ -9,6 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR body + if: github.event_name == 'pull_request' uses: actions/github-script@v7 with: script: |