Skip to content

Commit 0041ee2

Browse files
pushpit kambojpushpit kamboj
authored andcommitted
[CI] Add changelog bot workflow
1 parent 012a094 commit 0041ee2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Changelog Bot
2+
3+
on:
4+
# Trigger when a PR review is submitted with approval
5+
pull_request_review:
6+
types: [submitted]
7+
8+
jobs:
9+
changelog:
10+
# Call the reusable workflow from openwisp-utils
11+
uses: openwisp/openwisp-utils/.github/workflows/reusable-bot-changelog.yml@master
12+
secrets:
13+
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
14+
OPENWISP_BOT_APP_ID: ${{ secrets.OPENWISP_BOT_APP_ID }}
15+
OPENWISP_BOT_PRIVATE_KEY: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)