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

fix syntax

parent e9466d1a
...@@ -13,7 +13,7 @@ jobs: ...@@ -13,7 +13,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