Unverified Commit 3dcd8222 authored by Michael Baumgartner's avatar Michael Baumgartner Committed by GitHub
Browse files

make list

parent 934e718d
name: Close inactive issues name: Close inactive issues
on: on:
schedule: schedule:
- cron: "30 1 * * *" - cron: "0 0 * * *"
jobs: jobs:
close-issues: close-issues:
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/stale@v5 - uses: actions/stale@v5
with: with:
exempt-issue-labels: "bug", "documentation", "enhancement", "fix after next release", "help wanted", "investigating" exempt-issue-labels: ["bug", "documentation", "enhancement", "fix after next release", "help wanted", "investigating"]
days-before-issue-stale: 30 days-before-issue-stale: 30
days-before-issue-close: 14 days-before-issue-close: 14
stale-issue-label: "stale" stale-issue-label: "stale"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment