Commit f5dc2ebd authored by Robert Knight's avatar Robert Knight

Adapt to change of `getAll` method name

This fixes the changelog update script.

See https://github.com/octokit/rest.js/pull/1094
parent 60ab6499
......@@ -50,7 +50,7 @@ async function* itemsInGitHubAPIResponse(octokit, response) {
async function getPRsMergedSince(octokit, org, repo, tag) {
const tagDate = getTagDate(tag);
let response = await octokit.pullRequests.getAll({
let response = await octokit.pullRequests.list({
owner: org,
repo,
state: 'closed',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment