Skip to content

Commit

Permalink
Merge branch 'main' into anagram.append.return_order
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacG authored Jan 18, 2025
2 parents 6544c1d + 26635e1 commit 50cd524
Show file tree
Hide file tree
Showing 1,555 changed files with 41,002 additions and 15,289 deletions.
50 changes: 17 additions & 33 deletions .appends/.github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
# https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. #
# ----------------------------------------------------------------------------------------- #

- name: "README/discrepancy"
description: ""
color: "d93f0b"

- name: "README/inadequate"
description: ""
color: "d93f0b"

- name: "action/stale"
description: "Applied (and removed) automatically by the stale workflow to indicate an issue or pull request is stale"
color: "d93f0b"
Expand All @@ -23,12 +15,8 @@
description: "This pull request is waiting on the contributor."
color: "4231af"

- name: "status/future"
description: "This pull request needs to be reconsidered at some point in the future."
color: "4231af"

- name: "bug"
description: ""
description: "Marks that something is broken and needs to be fixed."
color: "fc2929"

- name: "dependencies"
Expand All @@ -47,18 +35,10 @@
description: ""
color: "7057ff"

- name: "hacktoberfest"
description: ""
color: "cc8744"

- name: "help wanted"
description: ""
color: "5319e7"

- name: "in-progress"
description: ""
color: "9FDB12"

- name: "invalid"
description: ""
color: "e6e6e6"
Expand All @@ -72,7 +52,11 @@
color: "0052cc"

- name: "pinned"
description: ""
description: "Shown at the top of the issue page"
color: "fef2c0"

- name: "discussion"
description: "This is a topic for a longer discussion. The issue can stay open for a while."
color: "fef2c0"

- name: "problem-spec"
Expand All @@ -83,18 +67,18 @@
description: ""
color: "cc317c"

- name: "test suite"
description: ""
color: "f9d0c4"

- name: "v3"
description: ""
color: "13B0D1"

- name: "wontfix"
description: ""
color: "ffffff"

- name: "september-sprint"
description: "Part of the September sprint to get the Go track in great shape"
color: "0846af"
- name: "abandoned"
description: "The creator of this issue or PR does not respond anymore."
color: "c7c5c5"

- name: "chore"
description: "Some cleanup/house-keeping needs to be done here."
color: "495747"

- name: "hacktoberfest-accepted"
description: ""
color: "ffa500"
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Maintainers
config/maintainers.json @exercism/maintainers-admin

# Code owners
.github/CODEOWNERS @exercism/maintainers-admin

Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
interval: 'monthly'
138 changes: 73 additions & 65 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,140 +22,156 @@
# The `x:action/<value>` 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"
color: "ffffff"

- name: "x:action/fix"
description: "Fix an issue"
color: "6f60d2"
color: "ffffff"

- name: "x:action/improve"
description: "Improve existing functionality/content"
color: "6f60d2"
color: "ffffff"

- name: "x:action/proofread"
description: "Proofread text"
color: "6f60d2"
color: "ffffff"

- name: "x:action/sync"
description: "Sync content with its latest version"
color: "6f60d2"
color: "ffffff"

# The `x:knowledge/<value>` labels describe how much Exercism knowledge is required by the contributor
- name: "x:knowledge/none"
description: "No existing Exercism knowledge required"
color: "604fcd"
color: "ffffff"

- name: "x:knowledge/elementary"
description: "Little Exercism knowledge required"
color: "604fcd"
color: "ffffff"

- name: "x:knowledge/intermediate"
description: "Quite a bit of Exercism knowledge required"
color: "604fcd"
color: "ffffff"

- name: "x:knowledge/advanced"
description: "Comprehensive Exercism knowledge required"
color: "604fcd"
color: "ffffff"

# The `x:module/<value>` labels indicate what part of Exercism the contributor will be working on
- name: "x:module/analyzer"
description: "Work on Analyzers"
color: "5240c9"
color: "ffffff"

- name: "x:module/concept"
description: "Work on Concepts"
color: "5240c9"
color: "ffffff"

- name: "x:module/concept-exercise"
description: "Work on Concept Exercises"
color: "5240c9"
color: "ffffff"

- name: "x:module/generator"
description: "Work on Exercise generators"
color: "5240c9"
color: "ffffff"

- name: "x:module/practice-exercise"
description: "Work on Practice Exercises"
color: "5240c9"
color: "ffffff"

- name: "x:module/representer"
description: "Work on Representers"
color: "5240c9"
color: "ffffff"

- name: "x:module/test-runner"
description: "Work on Test Runners"
color: "5240c9"
color: "ffffff"

# The `x:rep/<value>` labels describe the amount of reputation to award
#
# For more information on reputation and how these labels should be used,
# check out https://exercism.org/docs/using/product/reputation
- name: "x:rep/tiny"
description: "Tiny amount of reputation"
color: "ffffff"

- name: "x:rep/small"
description: "Small amount of reputation"
color: "ffffff"

- name: "x:rep/medium"
description: "Medium amount of reputation"
color: "ffffff"

- name: "x:rep/large"
description: "Large amount of reputation"
color: "ffffff"

- name: "x:rep/massive"
description: "Massive amount of reputation"
color: "ffffff"

# The `x:size/<value>` labels describe the expected amount of work for a contributor
- name: "x:size/tiny"
description: "Tiny amount of work"
color: "4836bf"
color: "ffffff"

- name: "x:size/small"
description: "Small amount of work"
color: "4836bf"
color: "ffffff"

- name: "x:size/medium"
description: "Medium amount of work"
color: "4836bf"
color: "ffffff"

- name: "x:size/large"
description: "Large amount of work"
color: "4836bf"
color: "ffffff"

- name: "x:size/massive"
description: "Massive amount of work"
color: "4836bf"
color: "ffffff"

# The `x:status/<value>` label indicates if there is already someone working on the issue
- name: "x:status/claimed"
description: "Someone is working on this issue"
color: "4231af"
color: "ffffff"

# The `x:type/<value>` labels describe what type of work the contributor will be engaged in
- name: "x:type/ci"
description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
color: "3c2d9f"
color: "ffffff"

- name: "x:type/coding"
description: "Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)"
color: "3c2d9f"
color: "ffffff"

- name: "x:type/content"
description: "Work on content (e.g. exercises, concepts)"
color: "3c2d9f"
color: "ffffff"

- name: "x:type/docker"
description: "Work on Dockerfiles"
color: "3c2d9f"
color: "ffffff"

- name: "x:type/docs"
description: "Work on Documentation"
color: "3c2d9f"

# This label can be added to accept PRs as part of Hacktoberfest
- name: "hacktoberfest-accepted"
description: "Make this PR count for hacktoberfest"
color: "ff7518"
color: "ffffff"

# This Exercism-wide label is added to all automatically created pull requests that help migrate/prepare a track for Exercism v3
- name: "v3-migration 🤖"
description: "Preparing for Exercism v3"
color: "e99695"

# This Exercism-wide label can be used to bulk-close issues in preparation for pausing community contributions
- name: "paused"
description: "Work paused until further notice"
color: "e4e669"

# ----------------------------------------------------------------------------------------- #
# These are the repository-specific labels that augment the Exercise-wide labels defined in #
# https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. #
# ----------------------------------------------------------------------------------------- #

- name: "README/discrepancy"
description: ""
color: "d93f0b"

- name: "README/inadequate"
description: ""
color: "d93f0b"

- name: "action/stale"
description: "Applied (and removed) automatically by the stale workflow to indicate an issue or pull request is stale"
color: "d93f0b"
Expand All @@ -168,12 +184,8 @@
description: "This pull request is waiting on the contributor."
color: "4231af"

- name: "status/future"
description: "This pull request needs to be reconsidered at some point in the future."
color: "4231af"

- name: "bug"
description: ""
description: "Marks that something is broken and needs to be fixed."
color: "fc2929"

- name: "dependencies"
Expand All @@ -192,18 +204,10 @@
description: ""
color: "7057ff"

- name: "hacktoberfest"
description: ""
color: "cc8744"

- name: "help wanted"
description: ""
color: "5319e7"

- name: "in-progress"
description: ""
color: "9FDB12"

- name: "invalid"
description: ""
color: "e6e6e6"
Expand All @@ -217,7 +221,11 @@
color: "0052cc"

- name: "pinned"
description: ""
description: "Shown at the top of the issue page"
color: "fef2c0"

- name: "discussion"
description: "This is a topic for a longer discussion. The issue can stay open for a while."
color: "fef2c0"

- name: "problem-spec"
Expand All @@ -228,18 +236,18 @@
description: ""
color: "cc317c"

- name: "test suite"
description: ""
color: "f9d0c4"

- name: "v3"
description: ""
color: "13B0D1"

- name: "wontfix"
description: ""
color: "ffffff"

- name: "september-sprint"
description: "Part of the September sprint to get the Go track in great shape"
color: "0846af"
- name: "abandoned"
description: "The creator of this issue or PR does not respond anymore."
color: "c7c5c5"

- name: "chore"
description: "Some cleanup/house-keeping needs to be done here."
color: "495747"

- name: "hacktoberfest-accepted"
description: ""
color: "ffa500"
Loading

0 comments on commit 50cd524

Please sign in to comment.