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 d8adfc1 commit 09fb9b8Copy full SHA for 09fb9b8
1 file changed
.github/workflows/community-notify.yml
@@ -14,5 +14,6 @@ jobs:
14
with:
15
repo-name: camunda-8-js-sdk
16
mention-group: ${{ vars.SLACK_MENTION_GROUP }}
17
+ author-association: ${{ github.event.pull_request.author_association || github.event.issue.author_association }}
18
secrets:
19
slack-webhook-url: ${{ secrets.SLACK_SDK_ALERTS }}
0 commit comments