Skip to content

Version: paper-1.21.11-100, Weird function of rules in chat/global or my mistakes? #472

Version: paper-1.21.11-100, Weird function of rules in chat/global or my mistakes?

Version: paper-1.21.11-100, Weird function of rules in chat/global or my mistakes? #472

Workflow file for this run

name: AI Issue Support
on:
issues:
types: [opened]
issue_comment:
types: [created]
permissions:
issues: write
contents: write
pull-requests: write
jobs:
support:
if: >-
(github.event_name == 'issues' && github.event.issue.user.type != 'Bot') ||
(github.event_name == 'issue_comment' &&
github.event.comment.user.type != 'Bot' &&
!github.event.issue.pull_request)
uses: kangarko/ai-support/.github/workflows/ai-support.yml@master
with:
project_id: chatcontrol
event_name: ${{ github.event_name }}
issue_title: ${{ github.event.issue.title }}
issue_body: ${{ github.event.issue.body || '' }}
issue_number: ${{ github.event.issue.number }}
issue_labels: ${{ join(github.event.issue.labels.*.name, ',') }}
comment_body: ${{ github.event.comment.body || '' }}
comment_author: ${{ github.event.comment.user.login || '' }}
secrets:
COPILOT_MCP_GITHUB_TOKEN: ${{ secrets.COPILOT_MCP_GITHUB_TOKEN }}
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}