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 4781572 commit a6055ecCopy full SHA for a6055ec
1 file changed
.github/workflows/bot-changelog.yml
@@ -7,7 +7,11 @@ on:
7
8
jobs:
9
changelog:
10
- # Call the reusable workflow from openwisp-utils
+ if: |
11
+ github.event.review.state == 'approved' &&
12
+ (github.event.review.author_association == 'OWNER' ||
13
+ github.event.review.author_association == 'MEMBER' ||
14
+ github.event.review.author_association == 'COLLABORATOR')
15
uses: openwisp/openwisp-utils/.github/workflows/reusable-bot-changelog.yml@master
16
secrets:
17
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
0 commit comments