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 a96c36a commit b11af8eCopy full SHA for b11af8e
.github/workflows/labeler.yml
@@ -35,7 +35,8 @@ jobs:
35
comment_body: ${{ github.event.comment.body }}
36
37
- name: Display PR number
38
- run: echo "This pull request is #${{ github.event.pull_request.number }}"
+ if: ${{ github.event.issue.pull_request }}
39
+ run: echo "This pull request is ${{ github.event.pull_request.number }}"
40
41
- name: Run labeler action for PR
42
if: ${{ github.event.issue.pull_request }}
0 commit comments