From d8af4f1033db15be942e41d4e4feab09a58e7423 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 15 Aug 2024 19:47:51 +0930 Subject: [PATCH] ci(triage): add event labeled https://github.com/nofusscomputing/action_project/issues/3 https://github.com/nofusscomputing/action_project/pull/4 #22 #23 #24 --- .github/workflows/triage.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index b2f523e..1bdfd10 100644 --- a/.github/workflows/triage.yaml +++ b/.github/workflows/triage.yaml @@ -8,6 +8,7 @@ on: issues: types: - opened + - labeled - reopened - transferred - milestoned @@ -17,6 +18,7 @@ on: pull_request: types: - opened + - labeled - edited - assigned - reopened