Skip to content

Update documentation #1

Update documentation

Update documentation #1

Workflow file for this run

name: Merge documentation updates
on:
pull_request:
branches:
- gh-pages
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- name: Auto approve
uses: hmarr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
if: github.event.pull_request.user.login == 'aiverify'
auto-merge:
needs: auto-approve
runs-on: ubuntu-latest
steps:
- name: Auto merge
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_LABELS: "automerge"
MERGE_METHOD: "squash"
if: github.event.pull_request.user.login == 'aiverify'