From 413642f1188bbd0dc22a4772ceaa249e8e5be008 Mon Sep 17 00:00:00 2001 From: Chiara Marmo Date: Wed, 24 Feb 2021 10:10:35 +0100 Subject: [PATCH 1/2] Add trigging events to check-changelog workflow. --- .github/workflows/check-changelog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-changelog.yml b/.github/workflows/check-changelog.yml index 5957744d907c7..1853764804a46 100644 --- a/.github/workflows/check-changelog.yml +++ b/.github/workflows/check-changelog.yml @@ -4,6 +4,7 @@ name: Check Changelog # To bypass this check, label the PR with "No Changelog Needed". on: pull_request: + types: [opened, edited, labeled, unlabeled, synchronized] jobs: check: From 048e6989936f299776d9f3a1abce16180f022021 Mon Sep 17 00:00:00 2001 From: Chiara Marmo Date: Thu, 25 Feb 2021 09:57:08 +0100 Subject: [PATCH 2/2] Update .github/workflows/check-changelog.yml Co-authored-by: Joel Nothman --- .github/workflows/check-changelog.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check-changelog.yml b/.github/workflows/check-changelog.yml index 1853764804a46..753f473354131 100644 --- a/.github/workflows/check-changelog.yml +++ b/.github/workflows/check-changelog.yml @@ -4,7 +4,7 @@ name: Check Changelog # To bypass this check, label the PR with "No Changelog Needed". on: pull_request: - types: [opened, edited, labeled, unlabeled, synchronized] + types: [opened, edited, labeled, unlabeled, synchronize] jobs: check: @@ -52,4 +52,3 @@ jobs: echo "label the PR with 'No Changelog Needed' to bypass this check." exit 1 fi -