Skip to content

Commit b0f4ae5

Browse files
committed
chore(gh-actions): fix stale bot exempt condition
1 parent 8b0fbf5 commit b0f4ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
days-before-stale: 30
1818
days-before-close: 1
1919
stale-issue-label: stale
20-
exempt-issue-milestones: pending
20+
exempt-issue-labels: pending
2121
stale-issue-message: >
2222
This issue has been automatically marked as stale because it has not had recent activity.
2323
It will be closed if no further activity occurs.
2424
Thank you for your contributions.
2525
stale-pr-label: stale
26-
exempt-pr-milestones: pending
26+
exempt-pr-labels: pending
2727
stale-pr-message: >
2828
This PR has been automatically marked as stale because it has not had recent activity.
2929
It will be closed if no further activity occurs.

0 commit comments

Comments
 (0)