From 3671a16c7e7746e5ec733f35aa5aaf748fb52377 Mon Sep 17 00:00:00 2001 From: Egor_P Date: Fri, 11 Aug 2023 14:11:02 +0200 Subject: [PATCH] fix failing gha because of the wrong assignee (#2992) * fix failing gha because of the wrong assignee * add assignees --- cumulus/.github/workflows/release-10_rc-automation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cumulus/.github/workflows/release-10_rc-automation.yml b/cumulus/.github/workflows/release-10_rc-automation.yml index a30d9e6ea7..d1795faef0 100644 --- a/cumulus/.github/workflows/release-10_rc-automation.yml +++ b/cumulus/.github/workflows/release-10_rc-automation.yml @@ -59,7 +59,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VERSION: ${{ steps.compute_tag.outputs.version }} with: - assignees: release-engineering + assignees: EgorPopelyaev, coderobe, chevdor filename: .github/ISSUE_TEMPLATE/release-client.md - id: create-issue-checklist-runtime @@ -70,7 +70,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VERSION: ${{ steps.compute_tag.outputs.version }} with: - assignees: release-engineering + assignees: EgorPopelyaev, coderobe, chevdor filename: .github/ISSUE_TEMPLATE/release-runtime.md - name: Matrix notification to ${{ matrix.channel.name }}