From 96956d825235d9b63986aa2dd8c612f0d3700cbb Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Wed, 8 Mar 2023 09:00:58 +0000 Subject: [PATCH] Trigger PR commands on labeled events (#64377) This should enable adding PRs to organization project boards similar to with issues. Signed-off-by: Jack Baldry --- .github/workflows/pr-commands.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-commands.yml b/.github/workflows/pr-commands.yml index ecd7361c550..9a882dbf3d9 100644 --- a/.github/workflows/pr-commands.yml +++ b/.github/workflows/pr-commands.yml @@ -2,6 +2,7 @@ name: PR automation on: pull_request_target: types: + - labeled - opened - synchronize concurrency: