We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012a094 commit 0041ee2Copy full SHA for 0041ee2
1 file changed
.github/workflows/bot-changelog.yml
@@ -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