Skip to content

Bump actions-runner-controller from dcb64f0 to cf24ab5 #69

Bump actions-runner-controller from dcb64f0 to cf24ab5

Bump actions-runner-controller from dcb64f0 to cf24ab5 #69

name: "Dependabot Automerge - Action"
on:
pull_request_target:
branches: [ main ]
permissions:
pull-requests: write
contents: write
jobs:
worker:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: automerge
uses: actions/github-script@v6
with:
script: |
github.rest.pulls.merge({
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
pull_number: context.payload.pull_request.number
})