Skip to content

stale

stale #628

Workflow file for this run

name: stale
on:
schedule:
- cron: "0 0 * * *" # pick a cron here, this is every day
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: luanpotter/changes-requested@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# these are optional, if you want to configure:
days-until-close: 30
trigger-label: stale
closing-comment: This issue was closed by the stale bot due to inactivity.
dry-run: false