Skip to content

Commit

Permalink
fix: change workflow input format (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioltonon authored May 5, 2023
1 parent b57e9fa commit bd90ec6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/conventional-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,5 @@ jobs:
steps:
- uses: bcoe/[email protected]
with:
type_labels:
feat: "feature"
fix: "fix"
docs: "documentation"
test: "tests"
tests: "tests"
type_labels: {"feat": "feature", "fix": "fix", "docs": "documentation", "test": "tests", "tests": "tests"}
ignored_types: []

0 comments on commit bd90ec6

Please sign in to comment.