Skip to content

fix(deps): bump github.com/tilt-dev/ctlptl from 0.8.34 to 0.8.36 #16

fix(deps): bump github.com/tilt-dev/ctlptl from 0.8.34 to 0.8.36

fix(deps): bump github.com/tilt-dev/ctlptl from 0.8.34 to 0.8.36 #16

Workflow file for this run

name: autopilot
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: |
contains(github.event.pull_request.labels.*.name, 'area/dependency') &&
!contains(github.event.pull_request.labels.*.name, 'do-not-merge') &&
github.actor == 'dependabot[bot]'
steps:
- uses: hmarr/auto-approve-action@v4
- env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr merge --auto --merge "$PR_URL"