mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
👷 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:
committed by
GitHub
parent
e6b5782c64
commit
99cf51c159
@@ -2,7 +2,7 @@ name: Close feature requests with automated message
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
needs-votes:
|
||||
|
||||
Reference in New Issue
Block a user