From 7e5ff77265a40931365f29e8685208f3f519eac6 Mon Sep 17 00:00:00 2001 From: Mestery Date: Mon, 13 Dec 2021 10:30:06 +0100 Subject: [PATCH] build: update find-inactive-collaborators labels Automatically add `blocked` label for find-inactive-collaborators's PRs. Refs: https://github.com/nodejs/node/pull/41154#issuecomment-992118812 --- .github/workflows/find-inactive-collaborators.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/find-inactive-collaborators.yml b/.github/workflows/find-inactive-collaborators.yml index 942fcd77c81791..1c457a6e0f3bc4 100644 --- a/.github/workflows/find-inactive-collaborators.yml +++ b/.github/workflows/find-inactive-collaborators.yml @@ -39,5 +39,5 @@ jobs: branch: actions/inactive-collaborators body: This PR was generated by tools/find-inactive-collaborators.yml. commit-message: "meta: move one or more collaborators to emeritus" - labels: meta + labels: meta, blocked title: "meta: move one or more collaborators to emeritus"