Skip to content

fix(deps): bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.0 #30

fix(deps): bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.0

fix(deps): bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.0 #30

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.PAT }}
run: gh pr merge --auto --squash "$PR_URL"