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 ec26e55 commit 647539d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +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
debug: true
script: |
async function fetchOpenPrs() {
return github.rest.pulls.get({
owner: '${{ github.repository_owner }}',
repo: '${{ env.REPO }}',
per_page: 100,
base-url: https://api.github.com/repos/dotCMS/core/pulls,
debug: true
per_page: 100
});
}
Expand Down

0 comments on commit 647539d

Please sign in to comment.