Skip to content

build(deps-dev): bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 #18

build(deps-dev): bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12

build(deps-dev): bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 #18

name: dependabot-pr-auto-merge
on: pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
dependabot-pr-auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: dependabot-pr-fetch-metadata
uses: dependabot/fetch-metadata@v2
- name: dependabot-pr-approve
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.PAT_DEPENDABOT_PR_AUTO_MERGE}}
- name: dependabot-pr-auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.PAT_DEPENDABOT_PR_AUTO_MERGE}}