🤖 Sync org-wide files to upstream repo

More info: 784d161f18
This commit is contained in:
Exercism Bot
2021-06-04 14:55:40 +00:00
committed by BethanyG
parent fff1d2b1c4
commit 7b2a5c2ed9
2 changed files with 131 additions and 140 deletions

250
.github/labels.yml vendored
View File

@@ -1,169 +1,139 @@
- name: "abandoned 🏚️"
description: null
color: "cfcdaa"
# This is an auto-generated file. Please don't edit this file directly.
- name: "bug 🐛"
description: null
color: "b60205"
# This file is automatically generated by merging two files:
# 1. The Exercism-wide labels: defined in https://github.com/exercism/org-wide-files/blob/main/synced-files/.github/labels.yml)
# 2. The repository-specific labels: defined in a `.appends/.github/labels.yml` file (optional)
#
# If you want to use additional labels besides the Exercism-wide labels,
# don't edit this file directly but instead create a `.appends/.github/labels.yml`
# file within this repo.
#
# Any changes to the repo's `.appends/.github/labels.yml` file or the
# Exercism-wide `labels.yml` file will automatically result in this file being
# regenerated and the labels being updated. This typically takes 5-10 minutes.
- name: "chore 🔧"
description: null
color: "293028"
# ---
#
# These are the Exercism-wide labels which are shared across all repos.
# The Exercism-wide labels are used to show "tasks" on the website, which
# will point users to things they can help contribute with.
- name: "claimed 🐾"
description: "For new exercises being written by contributors and maintainers."
color: "fff034"
# The x:action labels describe what sort of work the contributor
# will be engaged in when working on the issue
- name: "x:action/create"
description: "Work on something from scratch"
color: "6f60d2"
- name: "dependencies"
description: "Pull requests that update a dependency file."
color: "257fe3"
- name: "x:action/fix"
description: "Fix an issue"
color: "6f60d2"
- name: "discussion 💬"
description: null
color: "257fe3"
- name: "x:action/improve"
description: "Improve existing functionality/content"
color: "6f60d2"
- name: "do not merge 🚧"
description: "Don't merge until this label is removed."
color: "fbca04"
- name: "x:action/proofread"
description: "Proofread text"
color: "6f60d2"
- name: "documentation 📚"
description: null
color: "257fe3"
- name: "x:action/sync"
description: "Sync content with its latest version"
color: "6f60d2"
- name: "duplicate"
description: null
color: "e6e6e6"
# The x:knowledge labels describe how much Exercism knowledge
# is required by the contributor
- name: "x:knowledge/none"
description: "No existing Exercism knowledge required"
color: "604fcd"
- name: "enhancement 🦄 ⭐"
description: "Changing current behaviour or enhancing/adding to what's already there."
color: "b5f7ff"
- name: "x:knowledge/elementary"
description: "Little Exercism knowledge required"
color: "604fcd"
- name: "experimental 🔬"
description: "Speculative functionality or implementation."
color: "ffffff"
- name: "x:knowledge/intermediate"
description: "Quite a bit of Exercism knowledge required"
color: "604fcd"
- name: "first-timers only 🐣"
description: "Issues reserved for first contributions."
color: "000000"
- name: "x:knowledge/advanced"
description: "Comprehensive Exercism knowledge required"
color: "604fcd"
- name: "good first issue"
description: "Good issue for a new contributor to this project/repo."
color: "bed643"
# The x:models labels indicate what part of Exercism
# the contributor will be working on
- name: "x:module/analyzer"
description: "Work on Analyzers"
color: "5240c9"
- name: "good first patch"
description: "Good fix/patch for a new contributor to this project/repo."
color: "bed643"
- name: "x:module/concept"
description: "Work on Concepts"
color: "5240c9"
- name: "❔question❔"
description: "I have a proposal or question about things, but nothing is broken."
color: "293028"
- name: "x:module/concept-exercise"
description: "Work on Concept Exercises"
color: "5240c9"
- name: "hacktoberfest-accepted ☑️"
description: null
color: "f5a623"
- name: "x:module/generator"
description: "Work on Exercise generators"
color: "5240c9"
- name: "hacktoberfest 🍁"
description: null
color: "fef2c0"
- name: "x:module/practice-exercise"
description: "Work on Practice Exercises"
color: "5240c9"
- name: "help wanted"
description: "We'd like your help with this."
color: "bd10e0"
- name: "x:module/representer"
description: "Work on Representers"
color: "5240c9"
- name: "improve documentation 💖"
description:
"specific improvements to documentation on the track, the exercises, or the
repo."
color: "ffffff"
- name: "x:module/test-runner"
description: "Work on Test Runners"
color: "5240c9"
- name: "improve exercise 💖"
description: null
color: "ffffff"
# The x:size labels describe the expected amount of work
# for a contributor
- name: "x:size/tiny"
description: "Tiny amount of work"
color: "4836bf"
- name: "improve reference docs 💖"
description: "For issues with links, introductions, or about docs for concepts."
color: "ffffff"
- name: "x:size/small"
description: "Small amount of work"
color: "4836bf"
- name: "improve test case 💖"
description: "improve test case(s) for an exercise"
color: "ffffff"
- name: "x:size/medium"
description: "Medium amount of work"
color: "4836bf"
- name: "in-progress 🌿"
description: null
color: "ffffff"
- name: "x:size/large"
description: "Large amount of work"
color: "4836bf"
- name: "invalid"
description: null
color: "e6e6e6"
- name: "x:size/massive"
description: "Massive amount of work"
color: "4836bf"
- name: "maintainer action required❕"
description: "A maintainer needs to take action on this."
color: "b60205"
# The x:status label indicates if there is already someone
# working on the issue
- name: "x:status/claimed"
description: "Someone is working on this issue"
color: "4231af"
- name: "maintainer chore 🔧"
description: null
color: "000000"
# The x:type labels describe how much Exercism knowledge
# is required by the contributor
- name: "x:type/ci"
description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
color: "3c2d9f"
- name: "new documentation ✨"
description: null
color: "5331b5"
- name: "x:type/coding"
description: "Work on code that will run in production"
color: "3c2d9f"
- name: "new exercise ✨"
description: null
color: "5331b5"
- name: "x:type/content"
description: "Work on content (e.g. exercises, concepts)"
color: "3c2d9f"
- name: "new reference doc ✨"
description: null
color: "5331b5"
- name: "x:type/docker"
description: "Work on Dockerfiles"
color: "3c2d9f"
- name: "new test case ✨"
description: null
color: "5331b5"
- name: "on hold ✋🏽 "
description: "Action should stop on this issue or PR for now."
color: "fef2c0"
- name: "pinned 📌"
description: "Do no mark stale or invalid."
color: "ffd141"
- name: "please review 👀"
description: null
color: "257fe3"
- name: "spam 🚫"
description: "This is a spam/nuisance issue or PR."
color: "ffffff"
- name: "security 🚨"
description: "Security issue or patch."
color: "ffffff"
- name: "status/draft"
description: "This is in draft and open for comment/suggestion."
color: "dea3ea"
- name: "status/won't fix 🙅🏽"
description: "While this may be an issue, it will not be fixed at this time."
color: "dea3ea"
- name: "v3-migration 🤖"
description: "Preparing for Exercism v3"
color: "e99695"
- name: "wip/content-checking ☑️"
description: "Content checking tasks for exercises that are in development."
color: "a389f1"
- name: "wip/proof-reading 👀"
description: "Proof-reading tasks for exercises that are in development."
color: "a389f1"
- name: "wip/story-writing ✍️"
description: "Story writing tasks for exercises that are in development."
color: "a389f1"
- name: "wip/style-guideline-checking 📐"
description: "Style guideline tasks for exercises that are in development."
color: "a389f1"
- name: "x:type/docs"
description: "Work on Documentation"
color: "3c2d9f"

21
.github/workflows/sync-labels.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Tools
on:
push:
branches: [main]
paths:
- .github/labels.yml
- .github/workflows/sync-labels.yml
schedule:
- cron: 6 6 6 * *
workflow_dispatch:
jobs:
sync-labels:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}