Skip to content

Commit dddc62c

Browse files
committed
ci: more labels to be added/removed from comments (leanprover-community#34683)
in particular for `awaiting-zulip`, my understanding is that it is the responsibility of the author to manage the discussion and remove the label once the decision is implemented.
1 parent cb84f90 commit dddc62c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/labels_from_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Add / remove label based on comment
3131
run: |
32-
labelArray=("awaiting-author" "WIP" "easy" "brownian" "carleson" "CFT" "FLT" "sphere-packing" "toric" "t-algebra" "t-algebraic-geometry" "t-algebraic-topology" "t-analysis" "t-category-theory" "t-combinatorics" "t-computability" "t-condensed" "t-convex-geometry" "t-data" "t-differential-geometry" "t-dynamics" "t-euclidean-geometry" "t-geometric-group-theory" "t-group-theory" "t-linter" "t-logic" "t-measure-probability" "t-meta" "t-number-theory" "t-order" "t-ring-theory" "t-set-theory" "t-topology")
32+
labelArray=("awaiting-author" "awaiting-zulip" "WIP" "easy" "please-adopt" "help-wanted" "CI" "brownian" "carleson" "CFT" "FLT" "infinity-cosmos" "sphere-packing" "toric" "IMO" "t-algebra" "t-algebraic-geometry" "t-algebraic-topology" "t-analysis" "t-category-theory" "t-combinatorics" "t-computability" "t-condensed" "t-convex-geometry" "t-data" "t-differential-geometry" "t-dynamics" "t-euclidean-geometry" "t-geometric-group-theory" "t-group-theory" "t-linter" "t-logic" "t-measure-probability" "t-meta" "t-number-theory" "t-order" "t-ring-theory" "t-set-theory" "t-topology")
3333
3434
# we strip `\r` since line endings from GitHub contain this character
3535
COMMENT="${COMMENT//$'\r'/}"

0 commit comments

Comments
 (0)