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