ππ§βπ» - 1.2.0 - YOUR TITLE HERE #1664
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |