From 5128eef8b1db8f91e57fa1d0cc97d443edd1b81c Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Tue, 14 Oct 2025 14:32:11 +0000 Subject: [PATCH 1/2] chore: BOMS-39 rename arbi-bom to orbi-bom --- .github/workflows/upgrade-python-requirements.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index db864e1..2a0e3e2 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -69,3 +69,16 @@ jobs: to: orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net from: github-actions body: Upgrade python requirements workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" + + - name: Send success notification + if: ${{ success() }} + uses: dawidd6/action-send-mail@v3 + with: + server_address: email-smtp.us-east-1.amazonaws.com + server_port: 465 + username: ${{secrets.edx_smtp_username}} + password: ${{secrets.edx_smtp_password}} + subject: Upgrade python requirements workflow executed successfully in ${{github.repository}} + to: 'orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net' + from: github-actions + body: Upgrade python requirements workflow executed in ${{ github.repository }}. For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ No newline at end of file From 8e190c09386e569fe2651219ed1e70a3a99d8e89 Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Thu, 16 Oct 2025 11:56:58 +0000 Subject: [PATCH 2/2] chore: BOMS-39 rename arbi-bom to orbi-bom --- .github/workflows/upgrade-python-requirements.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 2a0e3e2..0ffef2e 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -76,9 +76,9 @@ jobs: with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465 - username: ${{secrets.edx_smtp_username}} - password: ${{secrets.edx_smtp_password}} + username: ${{secrets.EDX_SMTP_USERNAME}} + password: ${{secrets.EDX_SMTP_PASSWORD}} subject: Upgrade python requirements workflow executed successfully in ${{github.repository}} to: 'orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net' from: github-actions - body: Upgrade python requirements workflow executed in ${{ github.repository }}. For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ No newline at end of file + body: Upgrade python requirements workflow successfully executed in ${{ github.repository }}. For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ No newline at end of file