Skip to content

Stale

Stale #47

Workflow file for this run

name: Stale
on:
schedule:
- cron: '30 1 * * *'
workflow_dispatch:
permissions:
contents: read
issues: write
pull-requests: write
jobs:
stale:
uses: accordproject/.github/.github/workflows/stale.yml@main
# All inputs are optional. Override here to tune this repo only;
# change accordproject/.github to tune every repo at once.
# with:
# enable-close: false
# days-before-issue-stale: 60
# days-before-pr-stale: 15
# days-before-close: 10