Skip to content

[feature] Added changelog entry bot using Gemini AI #15

[feature] Added changelog entry bot using Gemini AI

[feature] Added changelog entry bot using Gemini AI #15

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 from openwisp-utils
uses: openwisp/openwisp-utils/.github/workflows/reusable-bot-changelog.yml@master

Check failure on line 11 in .github/workflows/bot-changelog.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bot-changelog.yml

Invalid workflow file

error parsing called workflow ".github/workflows/bot-changelog.yml" -> "openwisp/openwisp-utils/.github/workflows/reusable-bot-changelog.yml@master" : failed to fetch workflow: workflow was not found.
secrets:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
OPENWISP_BOT_APP_ID: ${{ secrets.OPENWISP_BOT_APP_ID }}
OPENWISP_BOT_PRIVATE_KEY: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}