Skip to content
Snippets Groups Projects
Unverified Commit 99cf51c1 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:construction_worker: 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.
parent e6b5782c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ name: Close feature requests with automated message
on:
issues:
types: [opened]
types: [labeled]
jobs:
needs-votes:
......
---
category: Maintenance
authors: [MatissJanis]
---
Run feature-request management github action when the "feature" label is added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment