Skip to content

Commit e45a40a

Browse files
committed
Adding stale.yaml GHA
1 parent 1ce67e5 commit e45a40a

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: '31 18 * * *'
6+
jobs:
7+
stale:
8+
uses: Islandora/.github/.github/workflows/stale.yaml@main
9+
secrets: inherit

0 commit comments

Comments
 (0)