Skip to content

[Bug]: Search filter should also match server title, not just name #8

[Bug]: Search filter should also match server title, not just name

[Bug]: Search filter should also match server title, not just name #8

name: Bug Fix (On Label)
on:
issues:
types: [labeled]
permissions:
contents: write
pull-requests: write
issues: write
id-token: write
jobs:
bug-fix:
name: Bug Fix Agent
if: >-
github.event.label.name == 'auto-fix'
&& contains(github.event.issue.labels.*.name, 'Bug')
uses: ./.github/workflows/_bug-fix-agent.yml
with:
issue-number: ${{ github.event.issue.number }}
secrets: inherit