Skip to content

Commit b11af8e

Browse files
mrbobbytablesjeefy
authored andcommitted
Update labeler.yml
Signed-off-by: Bob Killen <[email protected]> Signed-off-by: Jeffrey Sica <[email protected]>
1 parent a96c36a commit b11af8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
comment_body: ${{ github.event.comment.body }}
3636

3737
- name: Display PR number
38-
run: echo "This pull request is #${{ github.event.pull_request.number }}"
38+
if: ${{ github.event.issue.pull_request }}
39+
run: echo "This pull request is ${{ github.event.pull_request.number }}"
3940

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

0 commit comments

Comments
 (0)