From c3dd116fb4c20a627022850d0c20244627c40c32 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sun, 28 Apr 2024 10:14:59 +0800 Subject: [PATCH 1/5] chore(label): Add do not merge Closes: #22 --- .github/settings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/settings.yml b/.github/settings.yml index 4c67805..45fdf8d 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -56,6 +56,10 @@ labels: color: 66b38a description: Has had no activity for some time. + - name: 'Status: DO NOT MERGE' + color: E80C0C + description: Will not be merged. + - name: 'Duplicate' color: EB862D description: Duplicate of another issue. From 8aa09f3aa6d2183ceb1537add703505df0146480 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sun, 28 Apr 2024 10:15:13 +0800 Subject: [PATCH 2/5] ci(label): Add good first issue --- .github/settings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/settings.yml b/.github/settings.yml index 45fdf8d..0d1e209 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -108,6 +108,10 @@ labels: color: 008672 description: Help wanted + - name: 'good first issue' + color: 008672 + description: Good first issue + - name: 'CI: Template Sync' color: AEB1C2 description: Sync with upstream template From 117c979cd05e85d5b9cd6c33f87f62ac17dea979 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sun, 28 Apr 2024 10:17:39 +0800 Subject: [PATCH 3/5] ci(label): Remove template sync --- .github/settings.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 0d1e209..e40331c 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -111,7 +111,3 @@ labels: - name: 'good first issue' color: 008672 description: Good first issue - - - name: 'CI: Template Sync' - color: AEB1C2 - description: Sync with upstream template From f8fe45f4785e3edbf9052df6c2c567cd469d8414 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sun, 28 Apr 2024 10:20:45 +0800 Subject: [PATCH 4/5] feat: Only add template sync label if "keep syncing" selected --- setup.sh | 5 +++++ template/.github/settings.yml | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index ded1206..193a588 100755 --- a/setup.sh +++ b/setup.sh @@ -94,6 +94,11 @@ case $up_to_date in CITATION.cff LICENSE README.md" >>./template/.templatesyncignore + echo " + - name: 'CI: Template Sync' + color: AEB1C2 + description: Sync with upstream template + " >>./template/.github/settings.yml mv -f template/.templatesyncignore . echo "You can view more configuration here: https://github.com/AndreasAugustin/actions-template-sync" } ;; diff --git a/template/.github/settings.yml b/template/.github/settings.yml index 4c67805..4fdd80d 100644 --- a/template/.github/settings.yml +++ b/template/.github/settings.yml @@ -104,6 +104,3 @@ labels: color: 008672 description: Help wanted - - name: 'CI: Template Sync' - color: AEB1C2 - description: Sync with upstream template From 7d82e71479afd1f0312ccb483572b15a2bff7843 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sun, 28 Apr 2024 10:21:06 +0800 Subject: [PATCH 5/5] feat(label): Add good first issue and do not merge --- template/.github/settings.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/template/.github/settings.yml b/template/.github/settings.yml index 4fdd80d..e40331c 100644 --- a/template/.github/settings.yml +++ b/template/.github/settings.yml @@ -56,6 +56,10 @@ labels: color: 66b38a description: Has had no activity for some time. + - name: 'Status: DO NOT MERGE' + color: E80C0C + description: Will not be merged. + - name: 'Duplicate' color: EB862D description: Duplicate of another issue. @@ -104,3 +108,6 @@ labels: color: 008672 description: Help wanted + - name: 'good first issue' + color: 008672 + description: Good first issue