Revert "Use the standard github token in places where we don't need to recursively trigger automations."

This reverts commit 6f2f1d6eb0.
This commit is contained in:
Jackson Kearl
2020-03-27 21:33:36 -07:00
parent 6f2f1d6eb0
commit 66f0e65e01
4 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ jobs:
- name: Run Needs More Info Closer
uses: ./needs-more-info-closer
with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
label: needs more info
days: 7
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!"

View File

@@ -15,6 +15,7 @@ jobs:
- name: Run Needs More Info Labeler
uses: ./needs-more-info-labeler
with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b'
tags: feature_request_template
bots: vscodebot|vscode-triage-bot

View File

@@ -15,6 +15,7 @@ jobs:
- name: Run New Release
uses: ./new-release
with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
label: new release
labelColor: "006b75"
labelDescription: Issues found in a recent release of VS Code

View File

@@ -15,6 +15,7 @@ jobs:
- name: Run Test Plan Item Validator
uses: ./test-plan-item-validator
with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
label: testplan-item
invalidLabel: invalid-testplan-item
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.