Skip to content

Commit

Permalink
Create stale.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo Matthee <raydo@skunkworks.africa>
  • Loading branch information
burnt-exe authored May 19, 2024
1 parent af62c09 commit c01bc0a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Close stale issues and pull requests

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

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
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.'
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.'
days-before-stale: 30
days-before-close: 7
stale-issue-label: 'stale'
stale-pr-label: 'stale'

0 comments on commit c01bc0a

Please sign in to comment.