Skip to content

Commit 7c1cad4

Browse files
🌱 Sync workflows from kubestellar/infra (#21)
Co-authored-by: GitHub Actions <noreply@github.com>
1 parent dee979f commit 7c1cad4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/stale.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Stale Issues
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *' # Daily at midnight UTC
6+
workflow_dispatch:
7+
8+
permissions:
9+
issues: write
10+
11+
jobs:
12+
stale:
13+
uses: kubestellar/infra/.github/workflows/reusable-stale.yml@main
14+
secrets: inherit

0 commit comments

Comments
 (0)