Skip to content

Commit

Permalink
add github-script
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Jan 17, 2024
1 parent 15c9898 commit db7396b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
const creator = context.payload.sender.login
const prs = await github.rest.request('GET /repos/{owner}/{repo}/pulls', {
owner: context.repo.owner,
repo: context.repo.repo
repo: context.repo.repo,
headers: {
'X-GitHub-Api-Version': '2022-11-28'
}
Expand Down

0 comments on commit db7396b

Please sign in to comment.