-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Support .github
repo label.yml
file
#3
Comments
Hi @Casz, thanks for your suggestion! I had thought about integrating this feature but for the moment the scope of a GITHUB_TOKEN is not expanded to the org (yet?). The only way would be to use a GitHub PAT. Considering this I think we should modify the YAML config to something like: repos:
- "." # means current repo
- "myorgname/*"
- "myusername/*"
- "myusername/arepo"
labels:
- name: mylabel
color: "000000"
- ... |
I could perhaps provide my own GitHub token that has the necessary access ? 😄 |
By definition the
|
Would be great to support the
.github
repo style of deep merging thelabel.yml
So you could have default labels from organization. 👍
The text was updated successfully, but these errors were encountered: