Skip to content

Add container mulled-v2-b8c00919e78e310f5965a5971fdc4280dbc6cc1c:d0f58009340306913795c79d3c664ad9dcd2eb3c. #37

Add container mulled-v2-b8c00919e78e310f5965a5971fdc4280dbc6cc1c:d0f58009340306913795c79d3c664ad9dcd2eb3c.

Add container mulled-v2-b8c00919e78e310f5965a5971fdc4280dbc6cc1c:d0f58009340306913795c79d3c664ad9dcd2eb3c. #37

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