Skip to content

Commit

Permalink
feat: replaced labels with new syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Nov 24, 2023
1 parent b8bca32 commit ff715f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
27 changes: 9 additions & 18 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,28 @@
good first issue:
name: good first issue
- name: good first issue
color: 7057ff
description: Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted:
name: help wanted
- name: help wanted
color: 006b75
description: Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.

area/api:
name: area/api
- name: area/api
color: 0052cc
description: Indicates an issue on api area.
area/dependency:
name: area/dependency
- name: area/dependency
color: 0052cc
description: Issues or PRs related to dependency changes
area/example:
name: area/example
- name: area/example
color: 0052cc

kind/bug:
name: kind/bug
- name: kind/bug
color: e11d21
description: Categorizes issue or PR as related to a bug.
kind/documentation:
name: kind/documentation
- name: kind/documentation
color: c7def8
description: Categorizes issue or PR as related to documentation.
kind/feature:
name: kind/feature
- name: kind/feature
color: c7def8
description: Categorizes issue or PR as related to a new feature.
kind/support:
name: kind/support
- name: kind/support
color: d455d0
description: Categorizes issue or PR as a support question.
2 changes: 1 addition & 1 deletion .github/workflows/00-labels-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: go install github.com/shanduur/labeler/cmd/labeler@main
- run: go install github.com/shanduur/labeler/cmd/labeler@v1.0.0
- run: labeler upload --owner ${{ env.OWNER }} --repo ${{ env.REPO }} ./.github/labels.yml
env:
LABELER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ff715f0

Please sign in to comment.