Skip to content

Commit ba23d95

Browse files
update slack message and update step description (#3098)
1 parent 006ef0f commit ba23d95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
needs: [get_version, run_faucet_test, run_tests, pre_release]
295295
permissions:
296296
pull-requests: write
297-
name: Review test and security scan result -- Dev team
297+
name: Print Test/Security scan result and invite Dev team to review
298298
env:
299299
PACKAGE_VERSION: "${{ needs.get_version.outputs.package_version }}"
300300
PACKAGE_NAME: "${{ github.event.inputs.package_name }}"
@@ -487,7 +487,7 @@ jobs:
487487
ask_for_sec_team_review:
488488
runs-on: ubuntu-latest
489489
needs: [get_version, run_faucet_test, run_tests, pre_release, ask_for_dev_team_review, first_review]
490-
name: Review test and security scan result — Sec team
490+
name: Invite sec team to review
491491
steps:
492492
- name: Send Sec team review request to Slack
493493
shell: bash
@@ -622,7 +622,7 @@ jobs:
622622
env:
623623
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
624624
run: |
625-
MESSAGE="❌ Tests failed for xrpl.js ${{ env.PACKAGE_VERSION }}. Check the logs: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
625+
MESSAGE="❌ Release failed for ${{ env.PACKAGE_NAME }}@${{ env.PACKAGE_VERSION }}. Check the logs: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
626626
curl -X POST https://slack.com/api/chat.postMessage \
627627
-H "Authorization: Bearer $SLACK_TOKEN" \
628628
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)