Skip to content

Bump etc/coq-scripts from 857071d to e4d9e81 #1

Bump etc/coq-scripts from 857071d to e4d9e81

Bump etc/coq-scripts from 857071d to e4d9e81 #1

name: Dependabot Automerge
on: pull_request
permissions:
contents: write
jobs:
dependabot-automerge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ github.token }}
steps:
#- name: approve
# run: gh pr review --approve "$PR_URL"
- name: merge
run: gh pr merge --auto --squash --delete-branch "$PR_URL"