Skip to content

Commit

Permalink
add closed pr warning
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Nov 26, 2024
1 parent a55ad30 commit 1dbbd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e-pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ program
${pullRequest.title} (#${pullRequest.number})” by ${pullRequest.user.login}
${pullRequest.head.repo.html_url}${isElectronRepo ? ' (fork)' : ''}
${pullRequest.state !== 'open' ? '\n❗❗❗ The pull request is closed, only proceed if you trust the source ❗❗❗\n' : ''}
Proceed?`,
},
]);
Expand Down

0 comments on commit 1dbbd99

Please sign in to comment.