Skip to content

Commit

Permalink
Update update-prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Dec 11, 2024
1 parent 0247592 commit 96bec7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const { default: updatePrs } = await import('${{ github.workspace }}/.github/scripts/update-prs.js');
# deactivated this for the moment, as it probably doesn't make any sense on GitHub.com with our limited runners
# const { default: updatePrs } = await import('${{ github.workspace }}/.github/scripts/update-prs.js');
// print how many PRs are updated
console.log(await updatePrs({github, context}));

0 comments on commit 96bec7f

Please sign in to comment.