diff --git a/.github/workflows/stale-prs.yml b/.github/workflows/stale-prs.yml new file mode 100644 index 0000000..ddffd9c --- /dev/null +++ b/.github/workflows/stale-prs.yml @@ -0,0 +1,11 @@ +name: Close stale PRs + +on: + schedule: + # Run daily at 10:00 AM UTC + - cron: '0 10 * * *' + workflow_dispatch: + +jobs: + stale-prs: + uses: lafourchette/github-actions/.github/workflows/stale-prs.yml@v1