Skip to content

Commit dafe7da

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
with:
3131
separator: ","
3232

33+
- name: Display files
34+
if: ${{ github.event.pull_request }}
35+
run: echo "Changed files ${{ steps.changed-files.outputs.all_changed_files }}"
36+
3337
- name: Run labeler action for PR
3438
if: ${{ github.event.pull_request }}
3539
uses: ./.github/actions/labeler-action

0 commit comments

Comments
 (0)