From e77e77e763b3e00143f7eb7a2be1a4fe3b613ea6 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Mon, 27 Nov 2023 09:49:25 -0800 Subject: [PATCH] Add issue labels (#858) Signed-off-by: Aaron Crawfis --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 65a90fa9..9168fd70 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -286,7 +286,7 @@ jobs: if-no-files-found: error - name: Create GitHub issue on failure if: failure() && github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' - run: gh issue create --title "Samples deployment failed for ${{ matrix.app }}" --body "Test failed on ${{ github.repository }}. See [workflow logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) for more details." --repo ${{ github.repository }} + run: gh issue create --title "Samples deployment failed for ${{ matrix.app }}" --body "Test failed on ${{ github.repository }}. See [workflow logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) for more details." --repo ${{ github.repository }} --label bug --label test-failure # Cleanup - name: Delete app if: steps.gen-id.outputs.RUN_TEST == 'true'