Skip to content

Commit 998b8ac

Browse files
authored
label-issues/file-paths.yml: Add -changed-files (#500)
Follows the latest config format to specify file types that have labels applied. See: https://github.com/actions/labeler?tab=readme-ov-file#basic-examples --- Adds compatibility to the file to prevent this issue when running against the v6.0.1 actions/labeler action: ``` found unexpected type for label 'language:python' (should be array of config options) ``` Signed-off-by: Michael Kubacki <[email protected]>
1 parent c20032a commit 998b8ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.sync/workflows/config/label-issues/file-paths.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414

1515
# Maintenance: Keep labels organized in ascending alphabetical order - easier to scan, identify duplicates, etc.
1616

17-
language:python:
18-
- '**/*.py'
17+
'language:python':
18+
- changed-files:
19+
- any-glob-to-any-file: '**/*.py'

0 commit comments

Comments
 (0)