Skip to content

Commit

Permalink
CTS issue workflow: Don't assign PR author to issue
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
psalz committed Aug 27, 2024
1 parent 6652116 commit 60a2e66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/open_cts_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 60a2e66

Please sign in to comment.