👷 run feature-request action on labeled action (#980)

Run the feature request management action when adding "feature" label.

This will allow us to..
1. remove "feature" label
2. add back "feature" label

Thus execute the workflow on the existing issues.
This commit is contained in:
Matiss Janis Aboltins
2023-05-01 20:26:04 +01:00
committed by GitHub
parent e6b5782c64
commit 99cf51c159
2 changed files with 7 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ name: Close feature requests with automated message
on:
issues:
types: [opened]
types: [labeled]
jobs:
needs-votes: