Skip to content

Update formatters in .golangci.yml #30

Update formatters in .golangci.yml

Update formatters in .golangci.yml #30

---
name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase '${{ github.event.pull_request.html_url }}'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}