github #1128
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: github | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
stale-pr: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/stale@v3 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
stale-pr-label: stale | |
exempt-pr-labels: keepalive | |
days-before-stale: 10 | |
days-before-close: 5 | |
stale-pr-message: | | |
Marked as stale; will be closed in five days. | |
Cut bait or go fishing! |