From 106684e914827847d787b59d8a6228a23840cae4 Mon Sep 17 00:00:00 2001 From: Shaun Kirk Wong Date: Fri, 25 Mar 2022 11:17:26 -0700 Subject: [PATCH] Adds `labeled` as a supported event --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abc7bf5..bf21818 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Currently this action supports the following [issue events](https://docs.github. - `opened` - `transferred` +- `labeled` This ensures that all issues in the workflow's repo are added to the [specified project](#project-url). If [labeled input(s)](#labeled) are defined, then issues will only be added if they contain at least _one_ of the labels in the list.