From 60a2e660759b21bfe6db64a43f2ce5b4cb585043 Mon Sep 17 00:00:00 2001 From: Philip Salzmann Date: Tue, 27 Aug 2024 10:06:48 +0200 Subject: [PATCH] CTS issue workflow: Don't assign PR author to issue The workflow may fail when trying to assign a person that is not a member of the @KhronosGroup organization to the CTS issue. Unfortunately there is no simple way of detecting this in advance, so we instead remove the assignment mechanism altogether. --- .github/workflows/open_cts_issue.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/open_cts_issue.yml b/.github/workflows/open_cts_issue.yml index 37b142a1..44a9f76a 100644 --- a/.github/workflows/open_cts_issue.yml +++ b/.github/workflows/open_cts_issue.yml @@ -31,8 +31,6 @@ jobs: repo: SYCL-CTS title: | [Spec change] ${{ github.event.pull_request.title }} - # Assign person who opened PR - assignees: ${{ github.triggering_actor }} body: | Please review whether ${{ github.event.pull_request.html_url }} by @${{ github.triggering_actor }} requires any changes to the CTS.