Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 121b8b2

Browse files
committed
Bring back Slack notification step
1 parent 4cf0bed commit 121b8b2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/spring-finalize-release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
gh api -X PATCH repos/$GITHUB_REPOSITORY/milestones/$MILESTONE_ID -f state='closed' --silent
4646
fi
4747
48-
# - name: Announce Release on Slack
49-
# uses: slackapi/slack-github-action@v1.24.0
50-
# env:
51-
# SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}
52-
# SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
53-
# with:
54-
# payload: |
55-
# {
56-
# "text": "${{ github.event.repository.name }}-announcing `${{ env.MILESTONE }}`"
57-
# }
48+
- name: Announce Release on Slack
49+
uses: slackapi/slack-github-action@v1.24.0
50+
env:
51+
SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}
52+
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
53+
with:
54+
payload: |
55+
{
56+
"text": "${{ github.event.repository.name }}-announcing `${{ env.MILESTONE }}`"
57+
}

0 commit comments

Comments
 (0)