Skip to content

Commit 66f0e65

Browse files
author
Jackson Kearl
committed
Revert "Use the standard github token in places where we don't need to recursively trigger automations."
This reverts commit 6f2f1d6.
1 parent 6f2f1d6 commit 66f0e65

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Run Needs More Info Closer
1616
uses: ./needs-more-info-closer
1717
with:
18+
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
1819
label: needs more info
1920
days: 7
2021
comment: "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!"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Run Needs More Info Labeler
1616
uses: ./needs-more-info-labeler
1717
with:
18+
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
1819
matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b'
1920
tags: feature_request_template
2021
bots: vscodebot|vscode-triage-bot

.github/workflows/new-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Run New Release
1616
uses: ./new-release
1717
with:
18+
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
1819
label: new release
1920
labelColor: "006b75"
2021
labelDescription: Issues found in a recent release of VS Code

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Run Test Plan Item Validator
1616
uses: ./test-plan-item-validator
1717
with:
18+
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
1819
label: testplan-item
1920
invalidLabel: invalid-testplan-item
2021
comment: Invalid test plan item. See errors below and the [test plan item spec](https://github.com/microsoft/vscode/wiki/Writing-Test-Plan-Items) for more information. This comment will go away when the issues are resolved.

0 commit comments

Comments
 (0)