Skip to content

Commit 09fb9b8

Browse files
committed
fix: pass author-association to community notification workflow
1 parent d8adfc1 commit 09fb9b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/community-notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
with:
1515
repo-name: camunda-8-js-sdk
1616
mention-group: ${{ vars.SLACK_MENTION_GROUP }}
17+
author-association: ${{ github.event.pull_request.author_association || github.event.issue.author_association }}
1718
secrets:
1819
slack-webhook-url: ${{ secrets.SLACK_SDK_ALERTS }}

0 commit comments

Comments
 (0)