1
0
mirror of https://github.com/ko-build/ko.git synced 2025-11-06 09:19:12 +02:00

Fix typo in stale GitHub Action (#367)

This commit is contained in:
Jason Hall
2021-05-21 11:36:16 -04:00
committed by GitHub
parent bc92184f85
commit 21728fdbb0

View File

@@ -15,7 +15,7 @@ jobs:
stale-issue-message: |- stale-issue-message: |-
This issue is stale because it has been open for 90 days with no This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of activity. It will automatically close after 30 more days of
inactivity. Keep frash with the 'lifecycle/frozen' label. inactivity. Keep fresh with the 'lifecycle/frozen' label.
stale-issue-label: 'lifecycle/stale' stale-issue-label: 'lifecycle/stale'
exempt-issue-labels: 'lifecycle/frozen' exempt-issue-labels: 'lifecycle/frozen'