Skip to content

Commit fb5b2c8

Browse files
authored
chore: Don't add ignore-for-release label to PRs (#2276)
#### Summary Based on https://github.com/bcoe/conventional-release-labels?tab=readme-ov-file#configuration ---
1 parent c10d453 commit fb5b2c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/add_tags.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ jobs:
1414
- uses: bcoe/conventional-release-labels@v1
1515
with:
1616
type_labels: '{ "feat": "feat", "fix": "fix", "chore": "chore", "refactor": "refactor", "test": "test", "breaking": "breaking" }'
17+
ignored_types: []

0 commit comments

Comments
 (0)