diff --git a/.github/workflows/pr-clean-stale.yaml b/.github/workflows/pr-clean-stale.yaml new file mode 100644 index 0000000..20f6bc9 --- /dev/null +++ b/.github/workflows/pr-clean-stale.yaml @@ -0,0 +1,11 @@ +name: PR cleanup + +on: + schedule: + - cron: "0 7 * * 1" # every Monday 07:00 UTC (08:00 CET / 09:00 CEST) + workflow_dispatch: + +jobs: + pr-clean-stale: + uses: GetStream/android-ci-actions/.github/workflows/pr-clean-stale.yaml@main + secrets: inherit