From 7c31fa90d230f8dfc2a1eb5d780a57e715c3104d Mon Sep 17 00:00:00 2001 From: LoneDev Date: Tue, 2 May 2023 14:47:57 +0200 Subject: [PATCH] Added `reopened` event --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14a0f19..07b9243 100644 --- a/README.md +++ b/README.md @@ -124,12 +124,14 @@ jobs: Currently this action supports the following [`issues` events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issues): - `opened` +- `reopened` - `transferred` - `labeled` and the following [`pull_request` events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request): - `opened` +- `reopened` - `labeled` Using these events ensure that a given issue or pull request, in the workflow's repo, is 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.