提交 66f0e65e 编写于 作者: J Jackson Kearl

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

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

This reverts commit 6f2f1d6e.
上级 6f2f1d6e
...@@ -15,6 +15,7 @@ jobs: ...@@ -15,6 +15,7 @@ jobs:
- name: Run Needs More Info Closer - name: Run Needs More Info Closer
uses: ./needs-more-info-closer uses: ./needs-more-info-closer
with: with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
label: needs more info label: needs more info
days: 7 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!" 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!"
...@@ -15,6 +15,7 @@ jobs: ...@@ -15,6 +15,7 @@ jobs:
- name: Run Needs More Info Labeler - name: Run Needs More Info Labeler
uses: ./needs-more-info-labeler uses: ./needs-more-info-labeler
with: with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b' matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b'
tags: feature_request_template tags: feature_request_template
bots: vscodebot|vscode-triage-bot bots: vscodebot|vscode-triage-bot
......
...@@ -15,6 +15,7 @@ jobs: ...@@ -15,6 +15,7 @@ jobs:
- name: Run New Release - name: Run New Release
uses: ./new-release uses: ./new-release
with: with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
label: new release label: new release
labelColor: "006b75" labelColor: "006b75"
labelDescription: Issues found in a recent release of VS Code labelDescription: Issues found in a recent release of VS Code
......
...@@ -15,6 +15,7 @@ jobs: ...@@ -15,6 +15,7 @@ jobs:
- name: Run Test Plan Item Validator - name: Run Test Plan Item Validator
uses: ./test-plan-item-validator uses: ./test-plan-item-validator
with: with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
label: testplan-item label: testplan-item
invalidLabel: invalid-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. 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.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册