Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 2ab202c

Browse files
committed
Adding stale.yaml GHA
1 parent c3eb9f2 commit 2ab202c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/stale.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'Manage stale issues and PRs'
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: '20 22 * * *'
6+
jobs:
7+
stale:
8+
uses: Islandora/.github/.github/workflows/stale.yaml@main
9+
secrets: inherit

0 commit comments

Comments
 (0)