From 168320d0e558a1c6858b46245a4dacf293ed46a9 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 13 May 2022 18:51:20 +0100 Subject: [PATCH] Make pull_request.yaml between the layers consistent and fix enforce labels (#358) --- .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 22a92bf..8d11506 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