From b33109952580660ac2616604fc89e26be90fd902 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 13 May 2022 18:51:25 +0100 Subject: [PATCH] Make pull_request.yaml between the layers consistent and fix enforce labels (#8580) --- .github/workflows/pull_request.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 22a92bf0b5..8d115062ea 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -1,10 +1,11 @@ name: Pull Request on: pull_request_target: - types: [ opened, edited, labeled, unlabeled ] + types: [ opened, edited, labeled, unlabeled, synchronize ] jobs: changelog: name: Preview Changelog + if: github.event.action != 'synchronize' runs-on: ubuntu-latest steps: - uses: matrix-org/allchange@main