Skip to content

Improve Agent flow UI handling of long names #33

Improve Agent flow UI handling of long names

Improve Agent flow UI handling of long names #33

name: Inkeep Agent
on:
issue_comment:
types: [created]
permissions:
contents: read
pull-requests: read
id-token: write
jobs:
trigger-agent:
# Agent will trigger if a PR is created or a comment including `@inkeep` is left on a PR.
if: github.event.issue.pull_request && contains(github.event.comment.body, '@inkeep')
runs-on: ubuntu-latest
steps:
- name: Trigger Inkeep Agent
uses: inkeep/inkeep-agents-action@v0
with:
trigger-url: ${{ secrets.INKEEP_CONTENT_WRITER_TRIGGER_URL }}