Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Sep 6, 2024
1 parent 4957bcc commit f1eff9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ jobs:
retry-exempt-status-codes: 400,401
github-token: ${{ secrets.CI_MACHINE_TOKEN }}
base-url: https://api.github.com/repos/dotCMS/core/pulls?per_page=100
debug: true
script: |
async function fetchOpenPrs() {
const opts = github.rest.pulls.get.endpoint.merge({
owner: '${{ github.repository_owner }}',
repo: '${{ env.REPO }}'
});
const response = github.paginate(opts);
console.log(JSON.stringify(response, null, 2));
console.log('OJO:>> ' + JSON.stringify(response, null, 2));
return response.data;
}
Expand Down

0 comments on commit f1eff9f

Please sign in to comment.