Skip to content

Commit 9fe9418

Browse files
Update labeler.yml
Signed-off-by: Bob Killen <[email protected]>
1 parent 903e456 commit 9fe9418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
repo: ${{ github.event.repository.name }}
4242
issue_number: ${{ github.event.pull_request.number }}
4343
comment_body: ${{ github.event.pull_request.body }}
44-
changed_files: ${{ steps.changed-files.outputs.files }}
44+
changed_files: ${{ steps.changed-files.outputs.all_changed_files }}
4545

4646
- name: Run labeler action for Issue
4747
if: ${{ !github.event.pull_request }}

0 commit comments

Comments
 (0)