Skip to content

Commit e0e7642

Browse files
authored
Update slackprnotification.yml
1 parent 20b2b02 commit e0e7642

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/slackprnotification.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
- name: Notify slack pr open
1212
env:
1313
WEBHOOK_URL : ${{ secrets.CLI_TEAM_SLACK_WEBHOOK_URL }}
14+
PULL_REQUEST_AUTHOR_ICON_URL : ${{ github.event.pull_request.user.avatar_url }}
15+
PULL_REQUEST_AUTHOR_NAME : ${{ github.event.pull_request.user.login }}
16+
PULL_REQUEST_AUTHOR_PROFILE_URL: ${{ github.event.pull_request.user.html_url }}
17+
PULL_REQUEST_BASE_BRANCH_NAME : ${{ github.event.pull_request.base.ref }}
18+
PULL_REQUEST_COMPARE_BRANCH_NAME : ${{ github.event.pull_request.head.ref }}
1419
PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
20+
PULL_REQUEST_REPO: ${{ github.event.pull_request.head.repo.name }}
1521
PULL_REQUEST_TITLE : ${{ github.event.pull_request.title }}
16-
PULL_REQUEST_AUTHOR_NAME : ${{ github.event.pull_request.user.login }}
17-
PULL_REQUEST_AUTHOR_ICON_URL : ${{ github.event.pull_request.user.avatar_url }}
1822
PULL_REQUEST_URL : ${{ github.event.pull_request.html_url }}
19-
PULL_REQUEST_BODY : ${{ github.event.pull_request.body }}
20-
PULL_REQUEST_COMPARE_BRANCH_NAME : ${{ github.event.pull_request.head.ref }}
21-
PULL_REQUEST_BASE_BRANCH_NAME : ${{ github.event.pull_request.base.ref }}
22-
IS_SEND_HERE_MENTION : false
23-
uses: jun3453/[email protected]
23+
uses: salesforcecli/pr-notification-action@main

0 commit comments

Comments
 (0)