chore(repo): fix a typo in the stale action config

This commit is contained in:
Victor Savkin 2020-11-10 13:27:32 -05:00
parent 6a61b154af
commit 5bb8d3f33d

View File

@ -49,7 +49,7 @@ jobs:
stale-issue-label: "stale" stale-issue-label: "stale"
operations-per-run: 300 operations-per-run: 300
remove-stale-when-updated: true remove-stale-when-updated: true
only-labels: "blocked: repro needed,blocked: retry with latest" only-labels: "blocked: repro needed"
stale-issue-message: | stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active. If we missed this issue please reply to keep it active.