Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk committed Nov 20, 2023
1 parent 7c7e6b0 commit 685ceb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pr-conventional-to-toptal-commits/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ runs:
}
const newPr = {
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.payload.pull_request.number,
title: convertConventional(context.payload.pull_request.title)
owner: 'toptal',
repo: 'davinci',
pull_number: 2231,
title: convertConventional('chore(deps): update a package')
}
github.rest.pulls.update(newPr)

0 comments on commit 685ceb8

Please sign in to comment.