Skip to content

Update Attributions & Annotations #1179

Update Attributions & Annotations

Update Attributions & Annotations #1179

Workflow file for this run

---
name: Automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: pascalgn/automerge-action@v0.16.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_LABELS: automerge
MERGE_METHOD: squash
MERGE_COMMIT_MESSAGE: pull-request-title-and-description
MERGE_DELETE_BRANCH: true
MERGE_RETRIES: 6
MERGE_RETRY_SLEEP: 10000
LOG: TRACE