Skip to content

Close stale issues and PRs #602

Close stale issues and PRs

Close stale issues and PRs #602

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
if: github.repository == 'pancakeswap/pancake-frontend'
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GH_STALE_ISSUES }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 2 days.'
days-before-issue-stale: 30
days-before-pr-stale: 90
days-before-close: 2
exempt-all-pr-assignees: true