We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f2027 commit 47ab3a3Copy full SHA for 47ab3a3
.github/workflows/pr-clean-stale.yaml
@@ -0,0 +1,11 @@
1
+name: PR cleanup
2
+
3
+on:
4
+ schedule:
5
+ - cron: "0 7 * * 1" # every Monday 07:00 UTC (08:00 CET / 09:00 CEST)
6
+ workflow_dispatch:
7
8
+jobs:
9
+ pr-clean-stale:
10
+ uses: GetStream/android-ci-actions/.github/workflows/pr-clean-stale.yaml@main
11
+ secrets: inherit
0 commit comments