Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categories: Add support of multiple labels per category #218

Closed
oleg-nenashev opened this issue May 25, 2019 · 2 comments · Fixed by #219
Closed

Categories: Add support of multiple labels per category #218

oleg-nenashev opened this issue May 25, 2019 · 2 comments · Fixed by #219

Comments

@oleg-nenashev
Copy link
Contributor

I am working on a global Release Drafter configuration in https://github.com/jenkinsci . The organization contains numerous repositories which use different tags due to historical reasons. I am interested to streamline labeling in our repositories, but it will take a while.

For example, this is a configuration for bugfix tags:

categories:
  - title: 🐛 Bug Fixes
    label: bug
  - title: 🐛 Bug Fixes
    label: fix
  - title: 🐛 Bug Fixes
    label: bugfix
  - title: 🐛 Bug Fixes
    label: regression  

From a UX perspective, it would be great to have support of multiple labels definition, e.g.

categories:
  - title: 🐛 Bug Fixes
    labels: 
      - bug
      - fix
      - bugfix
      - regression  
@oleg-nenashev
Copy link
Contributor Author

Hi @toolmantim ! Is there an ETA for the release? I am preparing a blogpost about the Release Drafter for the Jenkins project, so I would like to refactor our configs a bit before referencing them. Not urgent at all, "no ETA" is a fine answer, I will adjust. Thanks!

@toolmantim
Copy link
Collaborator

Sorry for the delay in reply @oleg-nenashev! That's out now on NPM and on the GitHub App 🙌🏼

oleg-nenashev added a commit to jenkinsci/.github that referenced this issue Jun 26, 2019
This change adopts a patch for release-drafter/release-drafter#218 , mostly for refactoring purposes . Also added the `tests` label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants