Skip to content

Commit 85c9b30

Browse files
Update messages of issue closers (#9251)
1 parent 91380b3 commit 85c9b30

14 files changed

+14
-14
lines changed

.github/workflows/by-design-closer-debugger .yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
labels: by design,debugger
2424
ignoreLabels: language service,internal
2525
closeDays: 0
26-
closeComment: "This issue has been closed automatically because it's labeled as 'by design'."
26+
closeComment: "This issue has been closed because the described behavior was determined to be by design."

.github/workflows/by-design-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
labels: by design
2424
ignoreLabels: debugger,Feature Request,more info needed,internal
2525
closeDays: 60
26-
closeComment: "This issue has been closed automatically because it's labeled as 'by design' and has not had recent activity."
26+
closeComment: "This issue has been closed because the described behavior was determined to be by design."
2727
pingDays: 80
2828
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if it is no longer relevant."

.github/workflows/duplicate-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
labels: duplicate
2424
ignoreLabels: debugger,Feature Request,more info needed,by design,internal
2525
closeDays: 60
26-
closeComment: "This issue has been closed automatically because it's labeled as a 'duplicate' and has not had recent activity."
26+
closeComment: "This issue has been closed because it is a duplicate of another issue we are tracking."
2727
pingDays: 80
2828
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if it is no longer relevant."

.github/workflows/enhancement-closer-no-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
addLabels: more votes needed
2626
closeDays: 60
2727
maximumVotes: 2
28-
closeComment: "This feature request is being closed due to insufficient upvotes. When enough upvotes are received, this issue will be eligible for our backlog."
28+
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
2929
setMilestoneId: 30
3030
ignoreMilestoneNames: "*"

.github/workflows/enhancement-closer-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
addLabels: more votes needed
2626
closeDays: 60
2727
maximumVotes: 2
28-
closeComment: "This feature request is being closed due to insufficient upvotes. When enough upvotes are received, this issue will be eligible for our backlog."
28+
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
2929
milestoneName: Triage
3030
milestoneId: 30

.github/workflows/external-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
labels: external,debugger
2424
ignoreLabels: language service,internal
2525
closeDays: 0
26-
closeComment: "This issue has been closed automatically because it's labeled as 'external'."
26+
closeComment: "This issue has been closed because it is external or not applicable to the extension."

.github/workflows/feature-request-closer-no-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
addLabels: more votes needed
2626
closeDays: 60
2727
maximumVotes: 2
28-
closeComment: "This feature request is being closed due to insufficient upvotes. When enough upvotes are received, this issue will be eligible for our backlog."
28+
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
2929
setMilestoneId: 30
3030
ignoreMilestoneNames: "*"

.github/workflows/feature-request-closer-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
addLabels: more votes needed
2626
closeDays: 60
2727
maximumVotes: 2
28-
closeComment: "This feature request is being closed due to insufficient upvotes. When enough upvotes are received, this issue will be eligible for our backlog."
28+
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
2929
milestoneName: Triage
3030
milestoneId: 30

.github/workflows/investigate-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
labels: investigate,debugger
2424
ignoreLabels: language service,internal
2525
closeDays: 180
26-
closeComment: "This issue has been closed automatically because it has not had recent activity."
26+
closeComment: "This issue has been closed as lower priority. We're sorry if this issue still impacts you but unfortunately we're not able to address this. We will accept a pull request from the community if it's applicable for this issue."

.github/workflows/investigate-costing-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
labels: "investigate: costing,debugger"
2424
ignoreLabels: language service,internal
2525
closeDays: 180
26-
closeComment: "This issue has been closed automatically because it has not had recent activity."
26+
closeComment: "This issue has been closed as lower priority. We're sorry if this issue still impacts you but unfortunately we're not able to address this. We will accept a pull request from the community if it's applicable for this issue."

0 commit comments

Comments
 (0)