1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-30 06:30:11 +02:00

ci/cd: don't stale feature issues

This commit is contained in:
Elias Schneider 2023-01-12 13:47:09 +01:00
parent 349bf475cc
commit 16b697053a

View File

@ -14,6 +14,7 @@ jobs:
with:
days-before-issue-stale: 30
days-before-issue-close: 14
exempt-issue-labels: "feature"
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."