From aaa13396cdb8776b11a68e7bccce4654399e52c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= <4142+huitseeker@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:48:28 -0500 Subject: [PATCH] ci: Improve GitHub GPU regression action (#267) - Updated the `JasonEtco/create-an-issue@v2` step to handle existing issues properly. - Fixes #252 --- .github/workflows/gpu-bench.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gpu-bench.yml b/.github/workflows/gpu-bench.yml index 06a7ac3b..f1ba0d74 100644 --- a/.github/workflows/gpu-bench.yml +++ b/.github/workflows/gpu-bench.yml @@ -128,4 +128,5 @@ jobs: WORKFLOW_URL: ${{ env.WORKFLOW_URL }} NOISE_THRESHOLD: ${{ env.NOISE_THRESHOLD }} with: + update_existing: true filename: .github/PERF_REGRESSION.md \ No newline at end of file