mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
Add "Author Verified" action
This commit is contained in:
3
.github/workflows/new-release.yml
vendored
3
.github/workflows/new-release.yml
vendored
@@ -11,11 +11,10 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v15
|
||||
ref: v16
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user