diff --git a/.github/workflows/create-issue.yml b/.github/workflows/create-issue.yml index f0075e3..aeeb219 100644 --- a/.github/workflows/create-issue.yml +++ b/.github/workflows/create-issue.yml @@ -37,7 +37,7 @@ jobs: RAW_LABELS="${{ join(github.event.issue.labels.*.name, ' ') }}" RAW_LABELS="${RAW_LABELS} kind/backport" echo "RAW LABELS: $RAW_LABELS" - LABELS=$(echo "$RAW_LABELS" | sed -r 's/\s*backport\S+//g' | sed -r 's/\s*require\/automation-e2e//g' | xargs | sed 's/ /, /g') + LABELS=$(echo "$RAW_LABELS" | sed -r 's/\s*backport\S+//g' | sed -r 's/\s*require\/auto-e2e-test//g' | xargs | sed 's/ /, /g') echo "LABELS: $LABELS" echo "::set-output name=labels::$LABELS" - name: Create Backport Issue @@ -72,7 +72,7 @@ jobs: automation: runs-on: ubuntu-latest - if: contains(github.event.label.name, 'require/automation-e2e') + if: contains(github.event.label.name, 'require/auto-e2e-test') steps: - name: Check if Automation Issue Exists uses: actions-cool/issues-helper@v3 @@ -94,4 +94,4 @@ jobs: adding/updating auto e2e test cases for ${{ github.event.issue.html_url }} if they can be automated cc @longhorn/qa - labels: kind/test \ No newline at end of file + labels: kind/test