Browse Source

Updated the workflow:
- Changed stale-issue-label from feedback to stale (so stale issues get the "stale" label)
- Added remove-issue-labels: 'feedback' to remove the feedback label when issues are auto-closed

maziggy 4 tháng trước cách đây
mục cha
commit
a1c59fd6cb
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/stale.yml

+ 2 - 1
.github/workflows/stale.yml

@@ -17,4 +17,5 @@ jobs:
           close-issue-message: 'Closed due to inactivity. Feel free to reopen if this is still relevant.'
           days-before-stale: 21
           days-before-close: 7
-          stale-issue-label: 'feedback'
+          stale-issue-label: 'stale'
+          remove-issue-labels: 'feedback'