Skip to content

Automatically resolving conflicts in go.mod and updating dependency v… #1033

Automatically resolving conflicts in go.mod and updating dependency v…

Automatically resolving conflicts in go.mod and updating dependency v… #1033

Workflow file for this run

---
name: Pull Request on update/* Branch Push
on:
push:
branches:
- update/**
jobs:
auto-pull-request:
uses: networkservicemesh/.github/.github/workflows/pr-for-updates.yaml@main
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}