We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robinmordasiewicz/f5xc-cloudstatus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: Auto Merge
on:
pull_request:
types: [opened, reopened, ready_for_review]
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
auto-merge:
uses: robinmordasiewicz/f5xc-template/.github/workflows/auto-merge.yml@main
secrets:
REPO_ADMIN_TOKEN: ${{ secrets.REPO_ADMIN_TOKEN }}