Skip to content

Commit 29ea750

Browse files
committed
Update
1 parent 71bedfd commit 29ea750

21 files changed

+42
-21
lines changed

.github/workflows/bug-debugger.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Add Comment
@@ -30,3 +30,4 @@ jobs:
3030
createdAfter: "2024-07-22"
3131
addComment: "Thank you for reporting this issue. We’ll let you know if we need more information to investigate it. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated."
3232
addLabels: help wanted
33+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer
@@ -29,3 +29,4 @@ jobs:
2929
ignoreLabels: Language Service,internal
3030
closeDays: 0
3131
closeComment: "This issue has been closed because the described behavior was determined to be by design."
32+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer
@@ -31,3 +31,4 @@ jobs:
3131
closeComment: "This issue has been closed because the described behavior was determined to be by design."
3232
pingDays: 80
3333
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."
34+

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363

6464
# Initializes the CodeQL tools for scanning.
6565
- name: Initialize CodeQL
@@ -94,3 +94,4 @@ jobs:
9494
uses: github/codeql-action/analyze@v3
9595
with:
9696
category: "/language:${{matrix.language}}"
97+

.github/workflows/duplicate-closer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer
@@ -31,3 +31,4 @@ jobs:
3131
closeComment: "This issue has been closed because it is a duplicate of another issue we are tracking."
3232
pingDays: 80
3333
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."
34+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer
@@ -33,3 +33,4 @@ jobs:
3333
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."
3434
setMilestoneId: 30
3535
ignoreMilestoneNames: "*"
36+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer
@@ -33,3 +33,4 @@ jobs:
3333
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."
3434
milestoneName: Triage
3535
milestoneId: 30
36+

.github/workflows/enhancement-reopener.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Run Reopener
@@ -34,3 +34,4 @@ jobs:
3434
milestoneName: Triage
3535
setMilestoneId: 28
3636
removeLabels: more votes needed
37+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer
@@ -29,3 +29,4 @@ jobs:
2929
ignoreLabels: Language Service,internal
3030
closeDays: 0
3131
closeComment: "This issue has been closed because it is external or not applicable to the extension."
32+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer
@@ -33,3 +33,4 @@ jobs:
3333
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."
3434
setMilestoneId: 30
3535
ignoreMilestoneNames: "*"
36+

0 commit comments

Comments
 (0)