Skip to content

IOS-3165 Chats | Branch work #1665

IOS-3165 Chats | Branch work

IOS-3165 Chats | Branch work #1665

Workflow file for this run

name: Auto-merge
on: pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
dependencies:
runs-on: ubuntu-latest
if: github.actor == 'any-association'
steps:
- uses: hmarr/auto-approve-action@v4
- name: Auto-merge PRs
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr merge --auto --squash "$PR_URL"