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 c553340 commit 3a04d43Copy full SHA for 3a04d43
.github/workflows/stale.yaml
@@ -0,0 +1,9 @@
1
+name: 'Manage stale issues and PRs'
2
+on:
3
+ workflow_dispatch:
4
+ schedule:
5
+ - cron: '16 4 * * *'
6
+jobs:
7
+ stale:
8
+ uses: Islandora/.github/.github/workflows/stale.yaml@main
9
+ secrets: inherit
0 commit comments