From 7c7c216b1bbb8edc3a4e8a221013bede61ec0633 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Sat, 3 Feb 2024 23:07:52 +0100 Subject: [PATCH] Clarify that Pull request labels failure is to be resolved by maintainers --- .github/workflows/pr-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index 13219480f64..81030f8654d 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -1,4 +1,4 @@ -name: Pull Request Labels +name: Pull Request Labels (to be added by maintainers) on: pull_request: types: [opened, reopened, labeled, unlabeled, synchronize]