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 647539d commit c5fe630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
with:
result-encoding: string
retries: 3
retry-exempt-status-codes: 400,401
github-token: ${{ secrets.CI_MACHINE_TOKEN }}
base-url: https://api.github.com/repos/dotCMS/core/pulls
base-url: https://api.github.com/repos/dotCMS/core/pulls?per_page=100
debug: true
script: |
async function fetchOpenPrs() {
return github.rest.pulls.get({
owner: '${{ github.repository_owner }}',
repo: '${{ env.REPO }}',
per_page: 100
repo: '${{ env.REPO }}'
});
}
Expand Down

0 comments on commit c5fe630

Please sign in to comment.