From ff9b19bbf55233dae14e17306485b5c1a73d4457 Mon Sep 17 00:00:00 2001 From: Yang Chiu Date: Tue, 20 Sep 2022 14:54:41 +0800 Subject: [PATCH] ci: refine automation issue action Signed-off-by: Yang Chiu --- .github/workflows/create-issue.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-issue.yml b/.github/workflows/create-issue.yml index 804fdb4..7357954 100644 --- a/.github/workflows/create-issue.yml +++ b/.github/workflows/create-issue.yml @@ -92,4 +92,6 @@ jobs: [TEST]${{ github.event.issue.title }} body: | adding/updating auto e2e test cases for ${{ github.event.issue.html_url }} if they can be automated - assignees: ${{ join(github.event.issue.assignees.*.login, ', ') }} \ No newline at end of file + + cc @longhorn/qa + labels: kind/test \ No newline at end of file