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

make list

parent 934e718d
name: Close inactive issues
on:
schedule:
- cron: "30 1 * * *"
- cron: "0 0 * * *"
jobs:
close-issues:
......@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/stale@v5
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-close: 14
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