diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1fb91f829..20ed17cde6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,8 @@ jobs: echo "label=3.x" >> $GITHUB_ENV fi - - name: Add label to PR + - name: Add label to PR test + uses: actions-ecosystem/action-add-labels@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }}