Skip to content

[feature/bots] Add changelog bot to generate RST entries using Gemini AI. #7

[feature/bots] Add changelog bot to generate RST entries using Gemini AI.

[feature/bots] Add changelog bot to generate RST entries using Gemini AI. #7

Workflow file for this run

name: Changelog Bot
on:
# Trigger when a PR review is submitted with approval
pull_request_review:
types: [submitted]
jobs:
changelog:
# Call the reusable workflow
uses: ./.github/workflows/reusable-changelog-bot.yml
secrets:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}