chore(gh-actions): fix stale bot exempt condition
This commit is contained in:
parent
8b0fbf5a83
commit
b0f4ae5eec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
@ -17,13 +17,13 @@ jobs:
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
days-before-close: 1
|
days-before-close: 1
|
||||||
stale-issue-label: stale
|
stale-issue-label: stale
|
||||||
exempt-issue-milestones: pending
|
exempt-issue-labels: pending
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
This issue has been automatically marked as stale because it has not had recent activity.
|
This issue has been automatically marked as stale because it has not had recent activity.
|
||||||
It will be closed if no further activity occurs.
|
It will be closed if no further activity occurs.
|
||||||
Thank you for your contributions.
|
Thank you for your contributions.
|
||||||
stale-pr-label: stale
|
stale-pr-label: stale
|
||||||
exempt-pr-milestones: pending
|
exempt-pr-labels: pending
|
||||||
stale-pr-message: >
|
stale-pr-message: >
|
||||||
This PR has been automatically marked as stale because it has not had recent activity.
|
This PR has been automatically marked as stale because it has not had recent activity.
|
||||||
It will be closed if no further activity occurs.
|
It will be closed if no further activity occurs.
|
||||||
|
|
Loading…
Reference in a new issue