ci(stale): exclude next major and next minor labels too
This commit is contained in:
committed by
GitHub
parent
b454a66e0b
commit
25f311e465
13
.github/workflows/close_old_issues.yml
vendored
13
.github/workflows/close_old_issues.yml
vendored
@@ -12,12 +12,17 @@ jobs:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
repo-token: ${{ secrets.LVGL_BOT_TOKEN }}
|
||||
stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
|
||||
stale-pr-message: |
|
||||
stale-issue-message: |
|
||||
We need some feedback on this issue.
|
||||
|
||||
Now we mark this as "stale" because there was no activity here for 14 days.
|
||||
|
||||
Remove the "stale" label or comment else this will be closed in 7 days.
|
||||
stale-pr-message: |
|
||||
We need some feedback on this pull request.
|
||||
|
||||
Now we mark this as "stale" because there was no activity here for 14 days.
|
||||
|
||||
Remove the "stale" 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.
|
||||
@@ -25,5 +30,5 @@ jobs:
|
||||
So feel free to comment if you have remarks or ideas on this topic.
|
||||
days-before-stale: 14
|
||||
days-before-close: 7
|
||||
exempt-issue-labels: 'pinned'
|
||||
exempt-pr-labels: 'pinned'
|
||||
exempt-issue-labels: 'pinned, next major, next minor'
|
||||
exempt-pr-labels: 'pinned, next major, next minor'
|
||||
|
||||
Reference in New Issue
Block a user