Skip to content

Commit

Permalink
chore: fixup labeler job config (#1114)
Browse files Browse the repository at this point in the history
<!-- markdownlint-disable MD041 -->
#### What this PR does / why we need it

this fixes up the labeler job config that I messed up in
1fb2f09

#### Which issue(s) this PR fixes
<!--
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
  • Loading branch information
jakobmoellerdev authored Nov 20, 2024
1 parent 4b7d6e8 commit 57564b6
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 57564b6

Please sign in to comment.