Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Create maintenance.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
znck authored May 14, 2022
1 parent 421f28e commit cdb6b25
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/maintenance.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Maintenance

on:
schedule:
- cron: '30 1 * * *' # 8:30am everyday in PAST
workflow_dispatch:

jobs:
close-stale-issues:
runs-on: ubuntu-latest
steps:
- name: Close Stale Issues
uses: actions/stale@v5.0.0
with:
days-before-issue-stale: 30
days-before-pr-stale: 90
permissions:
issues: write
pull-requests: write

0 comments on commit cdb6b25

Please sign in to comment.