Skip to content

Bump ejs from 3.1.9 to 3.1.10 #120

Bump ejs from 3.1.9 to 3.1.10

Bump ejs from 3.1.9 to 3.1.10 #120

Workflow file for this run

name: Close inactive issues

Check failure on line 1 in .github/workflows/issues.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/issues.yml

Invalid workflow file

invalid `cron` attribute "0 0 0 0 0"
on:
schedule:
- cron: "0 0 0 0 0"
workflow_dispatch:
jobs:
close-issues:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
with:
days-before-issue-stale: 14
days-before-issue-close: 30
operations-per-run: 700
stale-issue-label: "stale"
exempt-issue-labels: "no stale"
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity. To undo this, make some activity on this issue or create a new one."
close-issue-message: "This issue was automatically closed because it has been inactive for 14 days since being marked as stale. If you bypass/problem wasn't solved, please create a new issue."
days-before-pr-stale: 14
days-before-pr-close: 30
repo-token: ${{ secrets.GITHUB_TOKEN }}