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 9fe9418 commit dafe7daCopy full SHA for dafe7da
.github/workflows/labeler.yml
@@ -30,6 +30,10 @@ jobs:
30
with:
31
separator: ","
32
33
+ - name: Display files
34
+ if: ${{ github.event.pull_request }}
35
+ run: echo "Changed files ${{ steps.changed-files.outputs.all_changed_files }}"
36
+
37
- name: Run labeler action for PR
38
if: ${{ github.event.pull_request }}
39
uses: ./.github/actions/labeler-action
0 commit comments