mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 09:43:41 +08:00
chore(stale): use the correct labels (#7017)
This commit is contained in:
parent
302c3b65cd
commit
41d37b3f9d
10
.github/workflows/close_old_issues.yml
vendored
10
.github/workflows/close_old_issues.yml
vendored
@ -23,12 +23,16 @@ jobs:
|
||||
|
||||
Now we mark this as "Abandoned" because there was no activity here for 14 days.
|
||||
|
||||
Remove the "Stale" label or comment else this will be closed in 7 days.
|
||||
Remove the "Abandoned" label or comment else this will be closed in 7 days.
|
||||
close-issue-message: |
|
||||
As there was no activity here for a while we close this issue. But don't worry, the conversation is still here and you can get back to it at any time.
|
||||
|
||||
Feel free to comment if you have remarks or ideas on this topic.
|
||||
days-before-stale: 14
|
||||
days-before-close: 7
|
||||
exempt-issue-labels: 'important'
|
||||
exempt-pr-labels: 'important'
|
||||
exempt-issue-labels: '🔥 Important'
|
||||
exempt-pr-labels: '🔥 Important'
|
||||
stale-issue-label: '💤 Stale'
|
||||
stale-pr-label: '💤 Stale'
|
||||
close-issue-label: '🪹 Abandoned'
|
||||
close-pr-label: '🪹 Abandoned'
|
||||
|
Loading…
Reference in New Issue
Block a user