Browse Source

Correct label name

Jeremy Stretch 1 year ago
parent
commit
4b2f26a800
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/close-incomplete-issues.yml

+ 1 - 1
.github/workflows/close-incomplete-issues.yml

@@ -22,7 +22,7 @@ jobs:
             to include all the requested detail, and then ask that the issue be reopened.
             to include all the requested detail, and then ask that the issue be reopened.
           days-before-stale: 7
           days-before-stale: 7
           days-before-close: 7
           days-before-close: 7
-          only-issue-labels: 'status: needs revisions'
+          only-issue-labels: 'status: revisions needed'
           operations-per-run: 100
           operations-per-run: 100
           remove-stale-when-updated: false
           remove-stale-when-updated: false
           stale-issue-label: 'pending closure'
           stale-issue-label: 'pending closure'