Skip to content

Commit

Permalink
Fix pr_ping
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat committed Mar 3, 2024
1 parent 99abdf5 commit 71af024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
script: |
let { writeFileSync } = await import('fs')
const repoName = `${repo.repo.owner}/${context.repo.repo}`
const repoName = `${context.repo.owner}/${context.repo.repo}`
const { pull_request: pr } = context.payload
const isNew = process.env.EVENT_ACTION === 'opened'
const emoji = pr.draft ? ':pr-draft:' : ':pull-request:'
Expand Down

0 comments on commit 71af024

Please sign in to comment.