Skip to content

chore(main): release service 0.4.17 (#1215) #125

chore(main): release service 0.4.17 (#1215)

chore(main): release service 0.4.17 (#1215) #125

Workflow file for this run

name: 'Detect stale issues and PRs'
on:
schedule:
- cron: '0 0 * * *'
jobs:
stale:
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
with:
days-before-stale: 120

Check failure on line 15 in .github/workflows/stale.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/stale.yaml

Invalid workflow file

You have an error in your yaml syntax on line 15
# negative number means they will never be closed automatically [https://github.com/actions/stale#days-before-close]
days-before-close: -1