Skip to content

chore(deps): update hmarr/auto-approve-action action to v2.4.0 #451

chore(deps): update hmarr/auto-approve-action action to v2.4.0

chore(deps): update hmarr/auto-approve-action action to v2.4.0 #451

Workflow file for this run

---
name: Automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- ready_for_review
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: Merge on green
uses: pascalgn/automerge-action@v0.14.3
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_COMMIT_MESSAGE: "pull-request-title-and-description"
MERGE_COMMIT_MESSAGE_REGEX: "(.*)^----"
MERGE_DELETE_BRANCH: "true"
MERGE_LABELS: "automerge, !WIP, !wip,!PR: unreviewed, !invalid, !PR:draft, !wontfix"
MERGE_REMOVE_LABELS: "automerge"
MERGE_METHOD: "squash"
MERGE_RETRY_SLEEP: "10000"
MERGE_RETRIES: "2"
UPDATE_LABELS: "automerge"