Intentionally fail to test issue creation

This commit is contained in:
Alexandru Dima
2020-12-14 10:29:04 +01:00
parent a861e22c7c
commit b7f7b9fb8b
2 changed files with 8 additions and 2 deletions

View File

@@ -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}}