mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Do not create issue on failure
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -514,16 +514,6 @@ jobs:
|
||||
id: electron-integration-tests
|
||||
run: DISPLAY=:10 ./scripts/test-integration.sh
|
||||
|
||||
- name: Create Issue on Unit Test Failure
|
||||
uses: nashmaniac/create-issue-action@v1.1
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
title: "CI: Test Failure"
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
assignees: alexdima #${{github.actor}}
|
||||
labels: unit-test-failure linux
|
||||
body: Running tests failed for commit ${{github.sha}}. Please see https://github.com/microsoft/vscode/actions/runs/${{github.run_id}}
|
||||
|
||||
windows:
|
||||
name: Windows
|
||||
runs-on: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user