[Feature request] Issue label templates #60170
Unanswered
seanpm2001
asked this question in
Projects and Issues
Replies: 1 comment 1 reply
-
Not perfect, but you can write a GitHub workflow to read that file and create the issues using triggers like on:
workflow_dispatch:
push:
branches: [main]
paths: [".github/labels.yml"] There's also this app, which you might find interesting. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Product Feedback
Feature Area
Issues
Body
It would be a great feature if issue labels were kept in a configuration file under
/.github/
so that template repositories could have their custom labels assigned automatically, rather than creating them manually for every repository. Right now, too much effort is involved for something that should be automated.We could have a YAML file that defines the HEX color code of the label, its title, its description, and some extra rules if needed.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions