Skip to content

Commit 68f5c2f

Browse files
committed
remove slack notification
1 parent 38cbad3 commit 68f5c2f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/embedded-cluster-release-notes.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ jobs:
8585
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
8686
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
8787
88-
- name: Slack Notification
89-
uses: slackapi/slack-github-action@v2.0.0
90-
with:
91-
webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
92-
webhook-type: webhook-trigger
93-
payload: |
94-
version: "${{ github.event.client_payload.version }}"
95-
pull_request_url: "${{steps.cpr.outputs.pull-request-url}}"
88+
#- name: Slack Notification
89+
# uses: slackapi/slack-github-action@v2.0.0
90+
# with:
91+
# webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
92+
# webhook-type: webhook-trigger
93+
# payload: |
94+
# version: "${{ github.event.client_payload.version }}"
95+
# pull_request_url: "${{steps.cpr.outputs.pull-request-url}}"

0 commit comments

Comments
 (0)