Skip to content

The badge URL points to the CI workflow status of modelcontextprotocol/registry, not this repository. If the intent is to show this repo’s CI status, update the badge and link to this repo’s workflow instead of an external repository. #618

The badge URL points to the CI workflow status of modelcontextprotocol/registry, not this repository. If the intent is to show this repo’s CI status, update the badge and link to this repo’s workflow instead of an external repository.

The badge URL points to the CI workflow status of modelcontextprotocol/registry, not this repository. If the intent is to show this repo’s CI status, update the badge and link to this repo’s workflow instead of an external repository. #618

name: AI Issue Assessment
on:
issues:
types: [opened, labeled]
jobs:
ai-issue-assessment:
runs-on: ubuntu-latest
permissions:
issues: write
models: read
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run AI assessment
uses: github/ai-assessment-comment-labeler@e3bedc38cfffa9179fe4cee8f7ecc93bffb3fee7 # v1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ai_review_label: "request ai review"
issue_number: ${{ github.event.issue.number }}
issue_body: ${{ github.event.issue.body }}
prompts_directory: ".github/prompts"
labels_to_prompts_mapping: "bug,bug-report-review.prompt.yml|default,default-issue-review.prompt.yml"