chore(gh-actions): fix stale bot exempt condition

This commit is contained in:
Cotes Chung 2023-06-28 20:16:20 +08:00
parent 8b0fbf5a83
commit b0f4ae5eec
No known key found for this signature in database
GPG key ID: 0D9E54843167A808

View file

@ -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.