Skip to content

Commit 6b726db

Browse files
authored
🤖 Sync org-wide files to upstream repo (#196)
More info: exercism/org-wide-files@53f1670
1 parent badab0c commit 6b726db

File tree

2 files changed

+20
-44
lines changed

2 files changed

+20
-44
lines changed

‎.github/labels.yml

+19-43
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,25 @@
1-
# ------------------------------------------------------------- #
2-
# This is an auto-generated file - Do not edit it file directly #
3-
# ------------------------------------------------------------- #
1+
# --------------------------------------------------------------- #
2+
# This is an auto-generated file - Do not manually edit this file #
3+
# --------------------------------------------------------------- #
44

5-
# This file is automatically generated by merging two files:
6-
# 1. The Exercism-wide labels
7-
# 2. The repository-specific labels
5+
# This file is automatically generated by concatenating two files:
86
#
9-
# The Exercism-wide labels are defined in
10-
# https://github.com/exercism/org-wide-files/blob/main/synced-files/.github/labels.yml
7+
# 1. The Exercism-wide labels: defined in https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml
8+
# 2. The repository-specific labels: defined in the `.appends/.github/labels.yml` file within this repository.
119
#
12-
# The repository-specific labels are defined in `.appends/.github/labels.yml`.
13-
# If you want to change the repository-specific labels, update the
14-
# `.appends/.github/labels.yml` file and _not_ this file.
10+
# If any of these two files change, a pull request is automatically containing a re-generated version of this file.
11+
# Consequently, to change repository-specific labels you should update the `.appends/.github/labels.yml` file and _not_ this file.
1512
#
16-
# Any changes to the repo's `.appends/.github/labels.yml` file or the
17-
# Exercism-wide `labels.yml` file will automatically result in this file being
18-
# regenerated and the labels being updated. This typically takes 5-10 minutes.
13+
# When the pull request has been merged, the GitHub labels will be automatically updated by the "Sync labels" workflow.
14+
# This typically takes 5-10 minutes.
1915

2016
# --------------------------------------------------------------------- #
2117
# These are the Exercism-wide labels which are shared across all repos. #
2218
# --------------------------------------------------------------------- #
2319

24-
# The following Exercism-wide labels are used to show "tasks" on the website, which
25-
# will point users to things they can help contribute with.
20+
# The following Exercism-wide labels are used to show "tasks" on the website, which will point users to things they can help contribute with.
2621

27-
# The `x:action/<value>` labels describe what sort of work the contributor
28-
# will be engaged in when working on the issue
22+
# The `x:action/<value>` labels describe what sort of work the contributor will be engaged in when working on the issue
2923
- name: "x:action/create"
3024
description: "Work on something from scratch"
3125
color: "6f60d2"
@@ -46,8 +40,7 @@
4640
description: "Sync content with its latest version"
4741
color: "6f60d2"
4842

49-
# The `x:knowledge/<value>` labels describe how much Exercism knowledge
50-
# is required by the contributor
43+
# The `x:knowledge/<value>` labels describe how much Exercism knowledge is required by the contributor
5144
- name: "x:knowledge/none"
5245
description: "No existing Exercism knowledge required"
5346
color: "604fcd"
@@ -64,8 +57,7 @@
6457
description: "Comprehensive Exercism knowledge required"
6558
color: "604fcd"
6659

67-
# The `x:module/<value>` labels indicate what part of Exercism
68-
# the contributor will be working on
60+
# The `x:module/<value>` labels indicate what part of Exercism the contributor will be working on
6961
- name: "x:module/analyzer"
7062
description: "Work on Analyzers"
7163
color: "5240c9"
@@ -94,8 +86,7 @@
9486
description: "Work on Test Runners"
9587
color: "5240c9"
9688

97-
# The `x:size/<value>` labels describe the expected amount of work
98-
# for a contributor
89+
# The `x:size/<value>` labels describe the expected amount of work for a contributor
9990
- name: "x:size/tiny"
10091
description: "Tiny amount of work"
10192
color: "4836bf"
@@ -116,20 +107,18 @@
116107
description: "Massive amount of work"
117108
color: "4836bf"
118109

119-
# The `x:status/<value>` label indicates if there is already someone
120-
# working on the issue
110+
# The `x:status/<value>` label indicates if there is already someone working on the issue
121111
- name: "x:status/claimed"
122112
description: "Someone is working on this issue"
123113
color: "4231af"
124114

125-
# The `x:type/<value>` labels describe how much Exercism knowledge
126-
# is required by the contributor
115+
# The `x:type/<value>` labels describe what type of work the contributor will be engaged in
127116
- name: "x:type/ci"
128117
description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
129118
color: "3c2d9f"
130119

131120
- name: "x:type/coding"
132-
description: "Work on code that will run in production"
121+
description: "Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)"
133122
color: "3c2d9f"
134123

135124
- name: "x:type/content"
@@ -144,20 +133,7 @@
144133
description: "Work on Documentation"
145134
color: "3c2d9f"
146135

147-
# The following Exercism-wide labels are used to influence how much reputation
148-
# a contributor gets for an authored/merged/reviewed PR.
149-
# See https://github.com/exercism/docs/blob/main/product/reputation.md
150-
151-
- name: "reputation/contributed_code/major"
152-
description: "Increases the number of reputation points awarded by this PR"
153-
color: "fcfa9f"
154-
155-
- name: "reputation/contributed_code/minor"
156-
description: "Decreases the number of reputation points awarded by this PR"
157-
color: "fcfa9f"
158-
159-
# This Exercism-wide label is added to all automatically created pull requests
160-
# that help migrate/prepare a track for Exercism v3
136+
# This Exercism-wide label is added to all automatically created pull requests that help migrate/prepare a track for Exercism v3
161137
- name: "v3-migration 🤖"
162138
description: "Preparing for Exercism v3"
163139
color: "e99695"

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Exercism
3+
Copyright (c) 2021 Exercism
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)