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 a235e44 commit 0ff9254
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
retries: 3
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
script: |
async function fetchOpenPrs() {
const opts = github.rest.pulls.get.endpoint.merge({
owner: '${{ github.repository_owner }}',
repo: '${{ env.REPO }}'
https://api.github.com/repos/${{ github.repository_owner }}/${{ env.REPO }}/pulls
});
console.log('OJO:>> ' + JSON.stringify(opts, null, 2));
const response = github.paginate(opts);
Expand Down

0 comments on commit 0ff9254

Please sign in to comment.