We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903e456 commit 9fe9418Copy full SHA for 9fe9418
.github/workflows/labeler.yml
@@ -41,7 +41,7 @@ jobs:
41
repo: ${{ github.event.repository.name }}
42
issue_number: ${{ github.event.pull_request.number }}
43
comment_body: ${{ github.event.pull_request.body }}
44
- changed_files: ${{ steps.changed-files.outputs.files }}
+ changed_files: ${{ steps.changed-files.outputs.all_changed_files }}
45
46
- name: Run labeler action for Issue
47
if: ${{ !github.event.pull_request }}
0 commit comments