DocOps / DocOps/issuer

Add support for bulk-creating/editing issue label and type metadata

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
needs:docs needs:note part:imyml priority:stretch
Dominant language
Ruby
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Design a YAML format for defining and pushing multiple label and type entries to a given repo/project's issues system.

For example:
```YAML
$meta:
tags:
delimiter: ":" # separator between key and value of parameterized labels
tags:
- name: priority
reqd: 1
values:
- name: stretch # priority:stretch
desc: This would be nice to have, but it's not essential for the assigned release.
color: '#00FF00'
- name: critical # priority:critical
desc: This issue MUST make it into the assigned release.
color: '#FF0000'
- name: good first issue
desc: Appropriate for new contributors.
color: blue
- name: component
reqd: 1..
color: purple
values:
- api # component:api
- webui # component:webui
- database # component:database
- infrastructure # component:infrastructure
````

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.