Skip to content

Commit a96c36a

Browse files
Update labeler.yml
Signed-off-by: Bob Killen <[email protected]>
1 parent 674ba18 commit a96c36a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
repo: ${{ github.event.repository.name }}
3434
issue_number: ${{ github.event.issue.number }}
3535
comment_body: ${{ github.event.comment.body }}
36-
changed_files: ${{ steps.changed-files.outputs.all_changed_files }}
36+
37+
- name: Display PR number
38+
run: echo "This pull request is #${{ github.event.pull_request.number }}"
3739

3840
- name: Run labeler action for PR
3941
if: ${{ github.event.issue.pull_request }}

0 commit comments

Comments
 (0)