fix syntax error in workflow (#22984)
This commit is contained in:
6
.github/actions-scripts/enable-automerge.js
vendored
6
.github/actions-scripts/enable-automerge.js
vendored
@@ -6,9 +6,9 @@ const github = getOctokit(token)
|
||||
|
||||
main()
|
||||
async function main() {
|
||||
const pull = await github.rest.pulls.get(
|
||||
org,
|
||||
repo,
|
||||
const pull = await github.rest.pulls.get({
|
||||
owner: org,
|
||||
repo: repo,
|
||||
pull_number: parseInt(prNumber),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user