Skip to content

fix(deps): update module github.com/gkampitakis/go-snaps to v0.5.7 #2904

fix(deps): update module github.com/gkampitakis/go-snaps to v0.5.7

fix(deps): update module github.com/gkampitakis/go-snaps to v0.5.7 #2904

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
name: auto-approve
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
jobs:
approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: contains(github.event.pull_request.labels.*.name, 'auto-approve') && (github.event.pull_request.user.login == 'markussiebert' || github.event.pull_request.user.login == 'renovate-bot' || github.event.pull_request.user.login == 'renovate' || github.event.pull_request.user.login == 'renovate[bot]')
steps:
- uses: hmarr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}