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

Allow to assign owners to multiple labels #131

Open
rusty-key opened this issue Feb 16, 2023 · 4 comments
Open

Allow to assign owners to multiple labels #131

rusty-key opened this issue Feb 16, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@rusty-key
Copy link

rusty-key commented Feb 16, 2023

Sometimes we have closely related projects, and their owners are the same. This leads to duplications like this:

      {
        "label": "Project 1",
        "owners": [
          "rusty-key",
          "khady"
        ]
      },
      {
        "label": "Project 2",
        "owners": [
          "rusty-key",
          "khady"
        ]
      },

It would be nice to be able to set owners for multiple projects at once:

      {
        "labels": [
          "Project 1",
          "Project 2"
        ],
        "owners": [
          "rusty-key",
          "khady"
        ]
      },
@rusty-key rusty-key added the enhancement New feature or request label Feb 16, 2023
@ELLIOTTCABLE
Copy link

It might be nice to automatically include 'sub-labels' (which aren't a first-class GitHub feature, but many teams use) automatically? Or provide a wildcard type of thing?

For instance, instead of separate entries for

"labels": [
   "Product / Internal / A",
   "Product / Internal / B",
   "Product / Internal / C",
   "Product / Internal / D",
   "Product / Internal / E",
],

… just being able to do …

"labels": [
   "Product / Internal / *"
],

@rr0gi
Copy link
Contributor

rr0gi commented Feb 23, 2023

original request taken care of by ead0550
@ELLIOTTCABLE please create separate issue

@rr0gi rr0gi closed this as completed Feb 23, 2023
@rusty-key
Copy link
Author

@rr0gi, my request was about OR logic, ead0550 implements AND.
This was requested as well in internal discussion, but I think we should keep this issue open, or "WONTFIX" it

@rusty-key rusty-key reopened this Feb 28, 2023
@rr0gi
Copy link
Contributor

rr0gi commented Feb 28, 2023

I think we want to fix it, but looks like we are pushing json config format too far

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants