Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 5a90e29

Browse files
fix failing gha because of the wrong assignee (#2992)
* fix failing gha because of the wrong assignee * add assignees
1 parent b30f9f7 commit 5a90e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-10_rc-automation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
VERSION: ${{ steps.compute_tag.outputs.version }}
6161
with:
62-
assignees: release-engineering
62+
assignees: EgorPopelyaev, coderobe, chevdor
6363
filename: .github/ISSUE_TEMPLATE/release-client.md
6464

6565
- id: create-issue-checklist-runtime
@@ -70,7 +70,7 @@ jobs:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
VERSION: ${{ steps.compute_tag.outputs.version }}
7272
with:
73-
assignees: release-engineering
73+
assignees: EgorPopelyaev, coderobe, chevdor
7474
filename: .github/ISSUE_TEMPLATE/release-runtime.md
7575

7676
- name: Matrix notification to ${{ matrix.channel.name }}

0 commit comments

Comments
 (0)