ソースを参照

Merge pull request #33432 from nextcloud/nickvergessen-patch-1

Remove "needs info" label when the issue is not stale anymore
Vincent Petry 2 年 前
コミット
fbc6000913
1 ファイル変更1 行追加0 行削除
  1. 1 0
      .github/workflows/stale.yml

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

@@ -24,6 +24,7 @@ jobs:
           for your contributions.
         stale-issue-label: 'stale'
         only-labels: 'needs info'
+        labels-to-remove-when-unstale: 'needs info,stale'
         exempt-issue-labels: '1. to develop,2. developing,3. to review,4. to release,security'
         days-before-stale: 30
         days-before-close: 14