Skip to content

fix(deps): bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0 #18

fix(deps): bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0

fix(deps): bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0 #18

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 --squash "$PR_URL"