Skip to content

Commit 47ab3a3

Browse files
authored
Add workflow to clean stale PRs (#67)
1 parent 08f2027 commit 47ab3a3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)