File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3636 PAT : ${{ secrets.MENDIX_MOBILE_DOCS_PR_GITHUB_PAT }}
3737 run : node scripts/release-make-it-native.mjs
38+
39+ - name : Send success message
40+ if : success()
41+ uses : ./.github/actions/slack-notification
42+ with :
43+ channel-id : ${{ secrets.SLACK_CHANNEL_ID }}
44+ message : |
45+ ✅ *Make It Native automation succeeded!*
46+ PRs created in:
47+ • *make-it-native*
48+ • *mendix/docs*
49+ Please review and merge. 🙌
50+ bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
51+
52+ - name : Send failure message
53+ if : failure()
54+ uses : ./.github/actions/slack-notification
55+ with :
56+ channel-id : ${{ secrets.SLACK_CHANNEL_ID }}
57+ message : |
58+ ❌ *Make It Native automation failed!*
59+ Please check the workflow logs for more details. 🛠
60+ bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments