mirror of https://github.com/jpanther/congo.git
👷 Allow `wip` label to keep issues open
parent
aa76199c28
commit
5786e3c9cd
|
@ -15,9 +15,9 @@ jobs:
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
stale-issue-label: "stale"
|
stale-issue-label: "stale"
|
||||||
exempt-issue-labels: "keep"
|
exempt-issue-labels: "wip"
|
||||||
stale-pr-label: "stale"
|
stale-pr-label: "stale"
|
||||||
exempt-pr-labels: "keep"
|
exempt-pr-labels: "wip"
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
This issue has been automatically marked as stale because it has not had any recent activity.
|
This issue has been automatically marked as stale because it has not had any recent activity.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue