Skip to content

Bump install-pinned/black from 7d0c549f757100f9a9d85c092f726db7be7321ea to a7c754a902168dce7bb174a2cfc1037cbc60b39a in the github-actions group #57

Bump install-pinned/black from 7d0c549f757100f9a9d85c092f726db7be7321ea to a7c754a902168dce7bb174a2cfc1037cbc60b39a in the github-actions group

Bump install-pinned/black from 7d0c549f757100f9a9d85c092f726db7be7321ea to a7c754a902168dce7bb174a2cfc1037cbc60b39a in the github-actions group #57

Workflow file for this run

name: auto-merge
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
branches:
- main
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Wait for tests to succeed
uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # 1.3.4
with:
ref: ${{ github.ref }}
check-name: build
wait-interval: 10
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}