Skip to content
Snippets Groups Projects
Commit 3671a16c authored by Egor_P's avatar Egor_P Committed by GitHub
Browse files

fix failing gha because of the wrong assignee (#2992)

* fix failing gha because of the wrong assignee

* add assignees
parent f77bcf54
No related merge requests found
......@@ -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 }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment