There was an error while loading. Please reload this page.
1 parent e02e812 commit 0d26809Copy full SHA for 0d26809
1 file changed
.github/workflows/comment-on-labels.yml
@@ -11,11 +11,11 @@ jobs:
11
issues: write
12
steps:
13
- name: Add comment
14
- run: gh issue comment "$NUMBER" --body "$BODY"
+ run: gh pr comment "$NUMBER" --body "$BODY"
15
env:
16
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
GH_REPO: ${{ github.repository }}
18
- NUMBER: ${{ github.event.issue.number }}
+ NUMBER: ${{ github.event.number }}
19
BODY: >
20
Please squash your commits together in order to get htem merged
21
:sparkles: Thank you for your contribution! :sparkles:
0 commit comments