Skip to content

Commit 85549a3

Browse files
chore: BOMS-39 rename arbi-bom to orbi-bom (#357)
1 parent f3527ce commit 85549a3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/upgrade-python-requirements.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,16 @@ jobs:
6969
to: orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net
7070
from: github-actions <github-actions@edx.org>
7171
body: Upgrade python requirements workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
72+
73+
- name: Send success notification
74+
if: ${{ success() }}
75+
uses: dawidd6/action-send-mail@v3
76+
with:
77+
server_address: email-smtp.us-east-1.amazonaws.com
78+
server_port: 465
79+
username: ${{secrets.EDX_SMTP_USERNAME}}
80+
password: ${{secrets.EDX_SMTP_PASSWORD}}
81+
subject: Upgrade python requirements workflow executed successfully in ${{github.repository}}
82+
to: 'orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net'
83+
from: github-actions <github-actions@edx.org>
84+
body: Upgrade python requirements workflow successfully executed in ${{ github.repository }}. For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 commit comments

Comments
 (0)