Skip to content

Commit

Permalink
fix: fix label glob exclusion (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen authored Apr 4, 2024
1 parent c613a98 commit 470d577
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,9 @@ autolabeler:
title:
- "/dependencies/i"
- "/chore\\(deps\\)/i"
files:
- "**/*"
- "!.github/workflows/**"
- label: "kind:enhancement"
title:
- "/enhancement/i"
- label: "kind:feature"
title:
- "/feature/i"
- label: "semver:none"
files:
- ".github/**"
- "!**/*"

0 comments on commit 470d577

Please sign in to comment.