Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a
.appends/.github/labels.yml
file, which contains all the labels that are currently used in this repo. The.github/labels.yml
file will contain the full list of labels that this repo can use, which will be a combination of the.appends/.github/labels.yml
file and a centrally-managedlabels.yml
file.We'll automatically sync any changes, which allows us to guarantee that all the track repositories will have a pre-determined set of labels, augmented with any custom labels defined in the
.appends/.github/labels.yml
file. This syncing will be done by another (automatically-synced) workflow, which we will add in a later PR.Tracking
exercism/v3-launch#41