Skip to content

deps(gradle): bump com-google-truth from 1.4.2 to 1.4.3 #111

deps(gradle): bump com-google-truth from 1.4.2 to 1.4.3

deps(gradle): bump com-google-truth from 1.4.2 to 1.4.3 #111

Workflow file for this run

name: auto-merge
on:
pull_request:
types:
- opened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
checks: write
pull-requests: write
repository-projects: write
if: ${{ github.actor_id == '49699333' }} # "dependabot[bot]"
steps:
- name: enable auto-merge
shell: bash
run:
gh pr merge --auto --squash "${{ github.event.pull_request.html_url }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}