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'