Clash.Meta/.github/workflows/stale.yml
Workflow config file is invalid. Please check your config file: yaml: line 5: did not find expected '-' indicator
2021-07-01 22:49:29 +08:00

22 lines
474 B
YAML

name: Mark stale issues and pull requests
on:
branches:
- rm
tags:
- '*'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 60
days-before-close: 5