Skip to content

Commit db2c4cb

Browse files
author
Jackson Kearl
committed
Bump actions to close microsoft#97025.
1 parent 9be0faf commit db2c4cb

9 files changed

Lines changed: 10 additions & 9 deletions

.github/workflows/author-verified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717
with:
1818
repository: 'microsoft/vscode-github-triage-actions'
19-
ref: v12
19+
ref: v13
2020
path: ./actions
2121
- name: Install Actions
2222
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
repository: 'microsoft/vscode-github-triage-actions'
1515
path: ./actions
16-
ref: v12
16+
ref: v13
1717
- name: Install Actions
1818
run: npm install --production --prefix ./actions
1919
- name: Run Commands

.github/workflows/english-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
repository: 'microsoft/vscode-github-triage-actions'
16-
ref: v12
16+
ref: v13
1717
path: ./actions
1818
- name: Install Actions
1919
if: contains(github.event.issue.labels.*.name, '*english-please')

.github/workflows/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
repository: 'microsoft/vscode-github-triage-actions'
1919
path: ./actions
20-
ref: v12
20+
ref: v13
2121
- name: Install Actions
2222
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
2323
run: npm install --production --prefix ./actions

.github/workflows/locker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
repository: 'microsoft/vscode-github-triage-actions'
1515
path: ./actions
16-
ref: v12
16+
ref: v13
1717
- name: Install Actions
1818
run: npm install --production --prefix ./actions
1919
- name: Run Locker

.github/workflows/needs-more-info-closer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ jobs:
1313
with:
1414
repository: 'microsoft/vscode-github-triage-actions'
1515
path: ./actions
16-
ref: v12
16+
ref: v13
1717
- name: Install Actions
1818
run: npm install --production --prefix ./actions
1919
- name: Run Needs More Info Closer
2020
uses: ./actions/needs-more-info-closer
2121
with:
2222
label: needs more info
2323
closeDays: 7
24+
additionalTeam: "cleidigh|usernamehw|gjsjohnmurray|IllusionMH"
2425
closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
2526
pingDays: 120
2627
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the problem no longer exists, or adding more information."

.github/workflows/on-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'microsoft/vscode-github-triage-actions'
14-
ref: v12
14+
ref: v13
1515
path: ./actions
1616
- name: Install Actions
1717
run: npm install --production --prefix ./actions

.github/workflows/on-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'microsoft/vscode-github-triage-actions'
14-
ref: v12
14+
ref: v13
1515
path: ./actions
1616
- name: Install Actions
1717
run: npm install --production --prefix ./actions

.github/workflows/test-plan-item-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
repository: 'microsoft/vscode-github-triage-actions'
1616
path: ./actions
17-
ref: v12
17+
ref: v13
1818
- name: Install Actions
1919
if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item')
2020
run: npm install --production --prefix ./actions

0 commit comments

Comments
 (0)