Skip to content

improve bridge discovery: fix bash bugs, expand builtins #21

improve bridge discovery: fix bash bugs, expand builtins

improve bridge discovery: fix bash bugs, expand builtins #21

Workflow file for this run

name: dependabot
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'carapace-sh/carapace-bridge'
steps:
- name: approve
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.DEPENDABOT_TOKEN}}
- name: merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.DEPENDABOT_TOKEN}}