Skip to content

Commit 765afcd

Browse files
authored
Merge pull request #9 from rubambiza/ci/add-stale-workflow
ci: add org-wide stale issue/PR workflow
2 parents 109b946 + 08bb3e7 commit 765afcd

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/stale.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Stale Issue and PR Management
2+
#
3+
# Thin caller for the org-wide reusable stale workflow.
4+
# Configuration and defaults are managed centrally in kagenti/.github.
5+
#
6+
# Reference: https://github.com/kagenti/.github/blob/main/.github/workflows/stale.yaml
7+
#
8+
name: Close Stale Issues and PRs
9+
10+
on:
11+
schedule:
12+
- cron: '0 6 * * *'
13+
workflow_dispatch:
14+
15+
permissions:
16+
issues: write
17+
pull-requests: write
18+
19+
jobs:
20+
stale:
21+
uses: kagenti/.github/.github/workflows/stale.yaml@main

0 commit comments

Comments
 (0)