exercism / sml

Exercism exercises in Standard ML.
https://exercism.org/tracks/sml
MIT License
26 stars 34 forks source link

🤖 Add labels append file #166

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

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.

Tracking

https://github.com/exercism/v3-launch/issues/41