Skip to content

Add container mulled-v2-373539cd51d908b0ef4294c9cff8015be7cf2072:a1a6689c6324dd1862d1511a1acf88023051a4c6. #42

Add container mulled-v2-373539cd51d908b0ef4294c9cff8015be7cf2072:a1a6689c6324dd1862d1511a1acf88023051a4c6.

Add container mulled-v2-373539cd51d908b0ef4294c9cff8015be7cf2072:a1a6689c6324dd1862d1511a1acf88023051a4c6. #42

Workflow file for this run

name: Auto-merge bot PRs
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
automerge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dockerhub-toolshed'
steps:
- uses: actions/create-github-app-token@v3
id: app-token
with:
app-id: 3114451
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Enable Pull Request Automerge
run: gh pr merge --merge --auto --repo "${{ github.repository }}" "${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}