Skip to content

Commit 49a0adc

Browse files
chore: BOMS-39 rename arbi-bom to orbi-bom
1 parent 7720bde commit 49a0adc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ updates:
66
schedule:
77
interval: "weekly"
88
reviewers:
9-
- "edx/arbi-bom"
9+
- "edx/orbi-bom"

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,14 @@ jobs:
5757
--pr-body="Python requirements update.Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages." \
5858
--user-reviewers="" --team-reviewers="orbi-bom" --delete-old-pull-requests
5959
60-
- name: Send failure notification
61-
if: ${{ failure() }}
60+
- name: Send notification
6261
uses: dawidd6/action-send-mail@v4
6362
with:
6463
server_address: email-smtp.us-east-1.amazonaws.com
6564
server_port: 465
6665
username: ${{secrets.EDX_SMTP_USERNAME}}
6766
password: ${{secrets.EDX_SMTP_PASSWORD}}
6867
subject: Upgrade python requirements workflow failed in ${{github.repository}}
69-
to: orbi-bom@edx.org
68+
to: orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net
7069
from: github-actions <github-actions@edx.org>
7170
body: Upgrade python requirements workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 commit comments

Comments
 (0)