Skip to content

Bump com.squareup.okhttp3:logging-interceptor from 5.3.0 to 5.3.1 in the gradle group #618

Bump com.squareup.okhttp3:logging-interceptor from 5.3.0 to 5.3.1 in the gradle group

Bump com.squareup.okhttp3:logging-interceptor from 5.3.0 to 5.3.1 in the gradle group #618

name: auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v5
- name: Enable auto-merge for Pull Request
run: |
gh pr review --approve "$PR_URL"
gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}