Skip to content

Commit

Permalink
Add kind/dependency label to dependency issue label in default co…
Browse files Browse the repository at this point in the history
…nfig (#40)

* feat: dependency label mapping in default config

* ci: add coverage report to verify command
  • Loading branch information
hielfx authored Dec 22, 2023
1 parent 0bdb31a commit 1faf13a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Verify
run: |
make verify
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TEST_REPORT_OUTPUT = ".local/test_report.ndjson"
all: verify

.PHONY: verify
verify: tidy checkfmt lint vet build test
verify: tidy checkfmt lint vet build test coverage

# -----------------------------------------------------------------------------
# Build
Expand Down
1 change: 1 addition & 0 deletions internal/config/default-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ github:
# Sherpa issue types.
issue_labels:
bugfix: ["kind/bug"]
dependency: ["kind/dependency"]
documentation: ["kind/documentation"]
feature: ["kind/feature"]
improvement: ["kind/improvement"]
Expand Down

0 comments on commit 1faf13a

Please sign in to comment.