Skip to content
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

🤖 Update labels #22

Merged
merged 3 commits into from Jun 18, 2021
Merged

🤖 Update labels #22

merged 3 commits into from Jun 18, 2021

Commits on Jun 11, 2021

  1. Define repo-specific labels.

    This commit adds a `.appends/.github/labels.yml` file, which contains the repo-specific labels. This file will automatically be combined with the Exercism-wide labels defined in https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml to form the `.github/labels.yml` file.
    ErikSchierboom committed Jun 11, 2021
    Copy the full SHA
    e2493b0 View commit details
    Browse the repository at this point in the history
  2. Define the labels used in this repo.

    This commit adds a `.github/labels.yml` file, which contains the full list of labels that this repo can use. This file is a combination of the `.appends/.github/labels.yml` file and the Exercism-wide labels defined in https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml.
    ErikSchierboom committed Jun 11, 2021
    Copy the full SHA
    e5ecdd4 View commit details
    Browse the repository at this point in the history
  3. Add a GitHub Actions workflow to automatically sync the repository la…

    …bels.
    
    This commit adds a `.github/workflow/sync-labels.yml` file, which defines a workflow that syncs this repository's labels with the contents of the `.github/labels.yml` file. The labels are synced automatically whenever the `.github/labels.yml` file changes.
    ErikSchierboom committed Jun 11, 2021
    Copy the full SHA
    fae2fcb View commit details
    Browse the repository at this point in the history