Skip to content

Commit

Permalink
Merge pull request #25 from caffeine-addictt/chore/labels
Browse files Browse the repository at this point in the history
Update labels
  • Loading branch information
caffeine-addictt authored Apr 28, 2024
2 parents cf1f77b + 7d82e71 commit 7d713fb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -104,6 +108,6 @@ labels:
color: 008672
description: Help wanted

- name: 'CI: Template Sync'
color: AEB1C2
description: Sync with upstream template
- name: 'good first issue'
color: 008672
description: Good first issue
5 changes: 5 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
} ;;
Expand Down
10 changes: 7 additions & 3 deletions template/.github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -104,6 +108,6 @@ labels:
color: 008672
description: Help wanted

- name: 'CI: Template Sync'
color: AEB1C2
description: Sync with upstream template
- name: 'good first issue'
color: 008672
description: Good first issue

0 comments on commit 7d713fb

Please sign in to comment.