Skip to content

Close stale issues and PRs #592

Close stale issues and PRs

Close stale issues and PRs #592

Workflow file for this run

name: stale
on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
exempt-issue-labels:"hacktoberfest,good first issue"

Check failure on line 13 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / stale

Invalid workflow file

The workflow is not valid. .github/workflows/stale.yml (Line: 13, Col: 11): Unexpected value 'exempt-issue-labels:"hacktoberfest,good first issue" stale-issue-message:| This issue has been marked as stale because it has required additional info or a response from the author for over 14 days. When you get the chance, please comment with the additional info requested. Otherwise, this issue will be closed in 14 days. close-issue-message:| This issue has been closed because it has received no activity for 28 days. stale-issue[...]
stale-issue-message:|
This issue has been marked as stale because it has required additional
info or a response from the author for over 14 days. When you get the
chance, please comment with the additional info requested.
Otherwise, this issue will be closed in 14 days.
close-issue-message:|
This issue has been closed because it has received no activity for
28 days.
stale-issue-label:'stale 🍞'
stale-pr-label:'stale 🍞'
days-before-stale:14
days-before-close:28
debug-only:false