Skip to content

old goose doesn't know how to deal with type hashChain []linkTy, with methods of (c *hashChain) #5

old goose doesn't know how to deal with type hashChain []linkTy, with methods of (c *hashChain)

old goose doesn't know how to deal with type hashChain []linkTy, with methods of (c *hashChain) #5

name: Dependabot auto-merge
on: pull_request
permissions:
pull-requests: write
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: merge
run: gh pr merge --auto --merge --delete-branch "$PR_URL"