Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Organizational support #11

Open
tonglil opened this issue Dec 7, 2016 · 0 comments
Open

Organizational support #11

tonglil opened this issue Dec 7, 2016 · 0 comments

Comments

@tonglil
Copy link
Owner

tonglil commented Dec 7, 2016

Apply -or- add-only labels to all repos in an organization via one file.

Whether that file is flat:

org: github
labels:
  - name: bug
    color: d4c5f9
...

Or based on some regex:

org: github
repos: team-*
  labels:
    - name: bug
      color: d4c5f9
...

or

org: github/team-*
labels:
  - name: bug
    color: d4c5f9
...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant