Skip to content

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 #323

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 #323

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: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "dependencies"
MERGE_REMOVE_LABELS: "dependencies"
MERGE_METHOD: "squash"
MERGE_RETRIES: "6"
UPDATE_METHOD: "rebase"