Skip to content

chore(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 #35

chore(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4

chore(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 #35

Workflow file for this run

name: Dependabot auto-merge
on: pull_request
permissions: write-all
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Auto merge
run: gh pr merge "$PR_URL" --auto --squash
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}