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 674ba18 commit a96c36aCopy full SHA for a96c36a
.github/workflows/labeler.yml
@@ -33,7 +33,9 @@ jobs:
33
repo: ${{ github.event.repository.name }}
34
issue_number: ${{ github.event.issue.number }}
35
comment_body: ${{ github.event.comment.body }}
36
- changed_files: ${{ steps.changed-files.outputs.all_changed_files }}
+
37
+ - name: Display PR number
38
+ run: echo "This pull request is #${{ github.event.pull_request.number }}"
39
40
- name: Run labeler action for PR
41
if: ${{ github.event.issue.pull_request }}
0 commit comments