Skip to content

Merge pull request #159 from JabRef/update-mathscinet #66

Merge pull request #159 from JabRef/update-mathscinet

Merge pull request #159 from JabRef/update-mathscinet #66

Workflow file for this run

name: automerge
on: [push, pull_request, workflow_dispatch]
permissions:
contents: write
pull-requests: write
jobs:
github-actions:
runs-on: ubuntu-latest
if: ${{ github.actor == 'koppor' }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
show-progress: ''
- name: Merge PR
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}