Skip to content

Update session title and bugbot marker prefix to 'copilot': Refactor … #8

Update session title and bugbot marker prefix to 'copilot': Refactor …

Update session title and bugbot marker prefix to 'copilot': Refactor … #8

name: Copilot - Commit
on:
push:
branches:
- '**'
- '!master'
- '!develop'
jobs:
copilot-commits:
name: Copilot - Commit
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: ./
with:
debug: ${{ vars.DEBUG }}
project-ids: 2
opencode-model: ${{ vars.OPENCODE_MODEL }}
token: ${{ secrets.PAT }}