-
Notifications
You must be signed in to change notification settings - Fork 4
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
Rationalise the common GitHub issue configuration #4
Conversation
.github/labels.toml
Outdated
# labels sync -n -f -o beeware -r toga | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# labels sync -n -f -o beeware -r toga | |
# | |
# labels sync -o beeware -r toga |
-n
must be removed to actually run the update.
.github/labels.toml
Outdated
# 4. cd into the .github folder where the labels.toml file is stored | ||
# 5. Perform a dry run for a specific repo (say beeware/toga): | ||
# | ||
# labels sync -n -f -o beeware -r toga |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# labels sync -n -f -o beeware -r toga | |
# labels sync -n -o beeware -r toga |
If I understand the labels
documentation correctly, -f
requires an argument, and is unnecessary if labels.toml is in the working directory.
.github/labels.toml
Outdated
description = "Is this your first time contributing? This could be a good place to start!" | ||
|
||
[more-details] | ||
color = "d876e3" | ||
name = "more details" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name = "more details" | |
name = "awaiting details" |
Clarify that the issue needs more details, not that it already contains them.
Looks like I don't have write access to this repository, so I can't merge the PR. |
I swear I'll get these permissions right eventually... |
Update the Github label configuration to:
Also adds some documentation so it's we know how to use this in future.
Refs beeware/briefcase#1003.
PR Checklist: