Skip to content

Commit

Permalink
fix: remove unnecessary Reaction.THUMBS_UP
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Feb 20, 2024
1 parent 539bd26 commit c38e703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export const backport = (task: Task) => new Promise<void>((resolve, reject) => {
const prCreationResult = await createBackportPullRequest(octokit, task, backportBranch, conflicts === CherryPickResult.CONFLICTS)
prNumber = prCreationResult.data.number
info(task, `Opened Pull Request #${prNumber} on ${prCreationResult.data.html_url}`)
addReaction(octokit, task, Reaction.THUMBS_UP)

try {
// Ask for reviews from all reviewers of the original PR
Expand Down

0 comments on commit c38e703

Please sign in to comment.