Commit 08d2aafe authored by rusty1s's avatar rusty1s
Browse files

cron job

parent ec653be3
name: "Close stale issues and PRs" name: "Close stale issues and PRs"
on: [workflow_dispatch] on:
# schedule: schedule:
# # Every day at 00:00 # Every day at 00:00
# - cron: "0 0 * * *" - cron: "0 0 * * *"
jobs: jobs:
stale: stale:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v2.0.0 - uses: actions/stale@v4.0.0
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue had no activity for **6 months**. It will be closed in **2 weeks** unless there is some new activity.' stale-issue-message: 'This issue had no activity for **6 months**. It will be closed in **2 weeks** unless there is some new activity.'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment