Skip to content

Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 #571

Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7

Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 #571

Workflow file for this run

name: auto-merge
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
branches:
- master
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- 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 }}