Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Fix PR Comment Bugs (#907)
Browse files Browse the repository at this point in the history
* Update listener.yml

* Update listener.yml
  • Loading branch information
ajrice6713 authored Jan 11, 2023
1 parent 5dbd933 commit b0def08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/listener.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Comment on Corresponding Repo
uses: actions/github-script@v6
with:
github-token: ${{ secrets.DX_GITHUB_TOKEN }}
script: |
github.rest.issues.createComment({
issue_number: '${{ github.event.client_payload.prNumber }}',
Expand Down Expand Up @@ -122,6 +123,7 @@ jobs:
- name: Comment on Corresponding Repo
uses: actions/github-script@v6
with:
github-token: ${{ secrets.DX_GITHUB_TOKEN }}
script: |
github.rest.issues.createComment({
issue_number: '${{ env.PR_NUMBER }}',
Expand Down

0 comments on commit b0def08

Please sign in to comment.