From 4f83fa9fdd25d646483fd8c61817c82a263ba69e Mon Sep 17 00:00:00 2001 From: openverse-bot Date: Fri, 6 Jan 2023 00:22:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/workfl?= =?UTF-8?q?ows/pr=5Flabel=5Fcheck.yml'=20with=20remote=20'.github/workflow?= =?UTF-8?q?s/pr=5Flabel=5Fcheck.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr_label_check.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr_label_check.yml b/.github/workflows/pr_label_check.yml index 4b95e31d8..3338d5ebc 100644 --- a/.github/workflows/pr_label_check.yml +++ b/.github/workflows/pr_label_check.yml @@ -4,6 +4,12 @@ name: PR label check on: pull_request: types: + # Default types + # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request + - opened + - reopened + - synchronize + # Label is changed - labeled - unlabeled