Skip to content

Commit 6e20fd1

Browse files
Merge pull request #127 from WarehouseFinds/fix/labeler_config
Refactor GitHub labeler configuration for cmdlets and CI/CD paths
2 parents f06dc8a + 31ac3aa commit 6e20fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/actions/labeler
44

55
# Path-based labels
6-
source:
6+
cmdlets:
77
- changed-files:
88
- any-glob-to-any-file:
99
- 'src/**/*.ps1'
@@ -29,8 +29,8 @@ build:
2929
ci-cd:
3030
- changed-files:
3131
- any-glob-to-any-file:
32-
- '.github/workflows/**/*.yml'
33-
- '.github/workflows/**/*.yaml'
32+
- '.github/workflows/**/*'
33+
- '.github/actions/**/*'
3434

3535
github:
3636
- changed-files:

0 commit comments

Comments
 (0)