We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ebcff commit 1dd80b0Copy full SHA for 1dd80b0
.github/workflows/stale.yml
@@ -0,0 +1,10 @@
1
+name: 'Close stale issues and PRs'
2
+on:
3
+ workflow_dispatch:
4
+ schedule:
5
+ # Happen once per day at 1:30 AM
6
+ - cron: '30 1 * * *'
7
+
8
+jobs:
9
+ sdk-close-stale:
10
+ uses: launchdarkly/gh-actions/.github/workflows/sdk-stale.yml@main
0 commit comments