Explorar o código

Rename 'long term' to 'long term issue' (#5023)

We were discussing this, `long term` only applies to issues and not PRs
(per past discussion, we don't really expect PRs should be inactive for
months). Renaming to `long term issue` to be more specific and hopefully
reduce confusion.
Jon Ross-Perkins hai 1 ano
pai
achega
9fc40f86f9
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      .github/workflows/triage_inactive.yaml

+ 4 - 3
.github/workflows/triage_inactive.yaml

@@ -29,8 +29,8 @@ jobs:
           stale-issue-message: >
           stale-issue-message: >
             We triage inactive PRs and issues in order to make it easier to find
             We triage inactive PRs and issues in order to make it easier to find
             active work. If this issue should remain active or becomes active
             active work. If this issue should remain active or becomes active
-            again, please comment or remove the `inactive` label. The `long
-            term` label can also be added for issues which are expected to take
+            again, please comment or remove the `inactive` label. The `long term
+            issue` label can also be added for issues which are expected to take
             time.
             time.
 
 
 
 
@@ -56,7 +56,8 @@ jobs:
           stale-issue-label: 'inactive'
           stale-issue-label: 'inactive'
           stale-pr-label: 'inactive'
           stale-pr-label: 'inactive'
           exempt-issue-labels:
           exempt-issue-labels:
-            'long term,design idea,design update,good first issue,leads question'
+            'long term issue,design idea,design update,good first issue,leads
+            question'
           days-before-stale: 90
           days-before-stale: 90
           days-before-close: 14
           days-before-close: 14
           days-before-issue-close: -1
           days-before-issue-close: -1