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-managed labels.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.
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
https://github.com/exercism/v3-launch/issues/41