Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

dep: bump github.com/go-playground/validator/v10 from 10.15.1 to 10.23.0 in /src/pcap #99

dep: bump github.com/go-playground/validator/v10 from 10.15.1 to 10.23.0 in /src/pcap

dep: bump github.com/go-playground/validator/v10 from 10.15.1 to 10.23.0 in /src/pcap #99

Workflow file for this run

name: Auto-merge dependency PRs
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependencies:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Approve
run: gh pr review "${{ github.event.pull_request.html_url }}" --approve --body "Auto-approving dependency bump."
env:
GH_TOKEN: ${{ secrets.CFN_CI_PAT }}
- name: Enable auto-merge
run: gh pr merge "${{ github.event.pull_request.html_url }}" --auto --rebase
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}