Skip to content

Merge autoupdate branches #215

Merge autoupdate branches

Merge autoupdate branches #215

Workflow file for this run

name: Merge `autoupdate` branches
on:
workflow_dispatch:
workflow_run:
workflows: ["Build, Release, Publish"]
types:
- completed
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: Automatically merge branches labeled as `autoupdate`
uses: "pascalgn/automerge-action@v0.16.3"
env:
GITHUB_TOKEN: "${{ secrets.ELEVATED_GITHUB_TOKEN }}"
MERGE_LABELS: "autoupdate"
MERGE_METHOD: "rebase"
UPDATE_METHOD: "rebase"
UPDATE_RETRIES : 10
UPDATE_RETRY_SLEEP: 30