Skip to content

✨🧑‍💻 - Introduce the new Copilot agent #1660

✨🧑‍💻 - Introduce the new Copilot agent

✨🧑‍💻 - Introduce the new Copilot agent #1660

Workflow file for this run

name: Git Board Flow - Issue
on:
issues:
types: [opened, reopened, edited, labeled, unlabeled, assigned, unassigned]
jobs:
git-board-issues:
name: Git Board - Issue
runs-on: ubuntu-latest
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 }}