Skip to content

Commit

Permalink
validate actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Sep 11, 2024
1 parent 9fd1ccf commit 2bc93dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11513,6 +11513,7 @@ async function run() {
await GithubUtils_1.default.paginate(GithubUtils_1.default.octokit.repos.listReleases, {
owner: github.context.repo.owner,
repo: github.context.repo.repo,
// eslint-disable-next-line @typescript-eslint/naming-convention
per_page: 100,
}, ({ data }, done) => {
// For production deploys, look only at other production deploys.
Expand Down

0 comments on commit 2bc93dd

Please sign in to comment.