Skip to content

Commit

Permalink
Add stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
i96751414 committed Mar 16, 2024
1 parent 21cc56c commit 28b18e8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: stale
on:
schedule:
- cron: "0 0 * * *"
jobs:
close-stale-issues:
runs-on: ubuntu-latest
steps:
- name: "Close stale issues"
uses: actions/stale@v9
with:
stale-issue-label: stale
exempt-pr-labels: "pinned,security,enhancement"
exempt-all-milestones: true
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
days-before-stale: 60
days-before-close: 7

0 comments on commit 28b18e8

Please sign in to comment.