Skip to content

[#279] ✨ - Introduce the new Copilot agent #486

[#279] ✨ - Introduce the new Copilot agent

[#279] ✨ - Introduce the new Copilot agent #486

name: Git Board Flow - Issue Comment
on:
issue_comment:
types: [created, edited]
jobs:
git-board-issues:
name: Git Board - Issue Comment
runs-on: [self-hosted, macOS, X64]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: ./
with:
ai-ignore-files: build/*
debug: ${{ vars.DEBUG }}
hotfix-workflow: release_workflow.yml
openrouter-api-key: ${{ secrets.OPEN_ROUTER_API_KEY }}
openrouter-model: ${{ vars.OPEN_ROUTER_MODEL }}
project-ids: 2
supabase-url: ${{ secrets.SUPABASE_URL }}
supabase-key: ${{ secrets.SUPABASE_KEY }}
token: ${{ secrets.PAT }}