Skip to content

Commit

Permalink
chore: fixup labeler job config
Browse files Browse the repository at this point in the history
this fixes up the labeler job config that I messed up in 1fb2f09
  • Loading branch information
jakobmoellerdev committed Nov 20, 2024
1 parent 4b7d6e8 commit 3c11a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/config/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# see https://github.com/actions/labeler?tab=readme-ov-file#match-object to configure correctly
feature:
- head-branch: 'feature/*'
fix:
Expand All @@ -11,4 +12,4 @@ dependencies:
github-actions:
- any:
- changed-files:
- '.github/**'
- any-glob-to-any-file: ['.github/**']

0 comments on commit 3c11a1e

Please sign in to comment.