diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 9e19d41..065d116 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -2,7 +2,6 @@ name: automerge on: check_suite: types: - - rerequested - completed jobs: @@ -19,9 +18,9 @@ jobs: - name: automerge uses: pascalgn/automerge-action@v0.14.3 env: - GITHUB_TOKEN: ${{ secrets.PAT_TOKEN || github.token }} + GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} MERGE_METHOD: "rebase" UPDATE_METHOD: "rebase" MERGE_RETRIES: "6" MERGE_RETRY_SLEEP: "100000" - MERGE_LABELS: "" + MERGE_LABELS: "" \ No newline at end of file