Skip to content

deps(gomod): bump github.com/mark3labs/mcp-go from 0.34.0 to 0.36.0 in the go-deps group #69

deps(gomod): bump github.com/mark3labs/mcp-go from 0.34.0 to 0.36.0 in the go-deps group

deps(gomod): bump github.com/mark3labs/mcp-go from 0.34.0 to 0.36.0 in the go-deps group #69

Workflow file for this run

name: pr
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
lint-semantic:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
deps
revert
chore
docs
style
refactor