diff --git a/.github/workflows/auto-backport.yml b/.github/workflows/auto-backport.yml index 38cfa6ae9..a20424251 100644 --- a/.github/workflows/auto-backport.yml +++ b/.github/workflows/auto-backport.yml @@ -11,7 +11,6 @@ jobs: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'auto-cherry-pick') && github.event.action == 'closed' - ) steps: - name: Cherry-pick action uses: sorenlouv/backport-github-action@929f69d04adbc196d982e60f02837b6cc00b3129 @@ -28,4 +27,4 @@ jobs: if: ${{ failure() }} run: cat ~/.backport/backport.debug.log - \ No newline at end of file +