Skip to content

Commit

Permalink
Merge pull request #370 from LoneDev6/patch-1
Browse files Browse the repository at this point in the history
Added `reopened` event
  • Loading branch information
mattcosta7 committed May 9, 2023
2 parents bde621f + 7c31fa9 commit c09eea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c09eea1

Please sign in to comment.