Skip to content

Commit

Permalink
Create repo-maintenance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon authored Oct 22, 2024
1 parent c4b4f03 commit 5a215f9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/repo-maintenance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Repository Maintenance'

on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:

permissions:
issues: write
pull-requests: write
discussions: write
jobs:
stale:
name: 'Stale'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
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.

0 comments on commit 5a215f9

Please sign in to comment.