Skip to content

Commit

Permalink
Fix pr_ping typo (#3867)
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
obulat authored Mar 4, 2024
1 parent 92ae6b5 commit 343177f
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 343177f

Please sign in to comment.