Skip to content

Bump com.gmail.nossr50.mcMMO:mcMMO from 2.2.012 to 2.2.013 #8

Bump com.gmail.nossr50.mcMMO:mcMMO from 2.2.012 to 2.2.013

Bump com.gmail.nossr50.mcMMO:mcMMO from 2.2.012 to 2.2.013 #8

name: Dependabot auto-merge
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.ACTIONS_PAT}}