Skip to content

Bump actions-runner-controller from dcb64f0 to 1c360d7 #65

Bump actions-runner-controller from dcb64f0 to 1c360d7

Bump actions-runner-controller from dcb64f0 to 1c360d7 #65

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
})