Skip to content

chore(deps): bump @hono/node-server from 1.19.13 to 1.19.17 in /mcp-server #82

chore(deps): bump @hono/node-server from 1.19.13 to 1.19.17 in /mcp-server

chore(deps): bump @hono/node-server from 1.19.13 to 1.19.17 in /mcp-server #82

Workflow file for this run

name: Post Release
on:
pull_request:
types:
- closed
branches:
- main
jobs:
notify:
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
runs-on: ubuntu-latest
environment: prod
steps:
- name: Notify n8n about release branch merged and start documentation workflow
run: curl -X GET ${{ vars.RELEASE_NOTIFICATION_WEBHOOK }}