mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Intentionally fail to test issue creation
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -444,7 +444,7 @@ jobs:
|
||||
with:
|
||||
title: Unit Test Failed
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
assignees: ${{github.actor}}
|
||||
assignees: alexdima #${{github.actor}}
|
||||
labels: unit-test-failure
|
||||
body: Running unit tests failed for commit ${{github.sha}}. Please see https://github.com/microsoft/vscode/runs/${{GITHUB_RUN_ID}}
|
||||
|
||||
@@ -454,7 +454,7 @@ jobs:
|
||||
with:
|
||||
title: Integration Test Failed
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
assignees: ${{github.actor}}
|
||||
assignees: alexdima #${{github.actor}}
|
||||
labels: integration-test-failure
|
||||
body: Running integration tests failed for commit ${{github.sha}}. Please see https://github.com/microsoft/vscode/runs/${{GITHUB_RUN_ID}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user