From 9044f5b32b03354da1a9933bb59db243c0c63ba1 Mon Sep 17 00:00:00 2001 From: Rich Chiodo false Date: Wed, 8 Apr 2026 16:47:55 -0700 Subject: [PATCH] Try 3 --- .github/workflows/autoapprove.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autoapprove.yml b/.github/workflows/autoapprove.yml index dbc1dd5..97f77ab 100644 --- a/.github/workflows/autoapprove.yml +++ b/.github/workflows/autoapprove.yml @@ -13,6 +13,11 @@ jobs: if: github.event.pull_request.user.login == 'python-lsp-compare-bot[bot]' || github.event.pull_request.user.login == 'github-actions[bot]' runs-on: ubuntu-latest steps: + - name: Auto-approve + uses: hmarr/auto-approve-action@v4 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + - id: app-token uses: tibdex/github-app-token@v2 with: @@ -27,8 +32,3 @@ jobs: --squash env: GH_TOKEN: ${{ steps.app-token.outputs.token }} - - - name: Auto-approve - uses: hmarr/auto-approve-action@v4 - with: - github-token: ${{ secrets.GITHUB_TOKEN }}