From 7720bde8a2c937fc0c6e50d16fed1a1ea1ccb93e Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Mon, 15 Sep 2025 10:59:26 +0000 Subject: [PATCH 1/4] chore: BOMS-39 rename arbi-bom to orbi-bom --- .github/workflows/upgrade-python-requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 3a64873..d982100 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -55,7 +55,7 @@ jobs: --target-branch="${{ env.target_branch }}" --base-branch-name="upgrade-python-requirements" \ --commit-message="chore: Updating Python Requirements" --pr-title="Python Requirements Update" \ --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." \ - --user-reviewers="" --team-reviewers="arbi-bom" --delete-old-pull-requests + --user-reviewers="" --team-reviewers="orbi-bom" --delete-old-pull-requests - name: Send failure notification if: ${{ failure() }} @@ -66,6 +66,6 @@ jobs: username: ${{secrets.EDX_SMTP_USERNAME}} password: ${{secrets.EDX_SMTP_PASSWORD}} subject: Upgrade python requirements workflow failed in ${{github.repository}} - to: arbi-bom@edx.org + to: orbi-bom@edx.org from: github-actions body: Upgrade python requirements workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" From e5c5f491fb2a330bb407f8a298c795a2118e6705 Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Mon, 15 Sep 2025 11:08:22 +0000 Subject: [PATCH 2/4] chore: BOMS-39 rename arbi-bom to orbi-bom --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3538590..19a03d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,4 @@ updates: schedule: interval: "weekly" reviewers: - - "edx/arbi-bom" + - "edx/orbi-bom" From 30cd42f337ac8e0448afb413608ade926b8f1d2e Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Tue, 30 Sep 2025 17:18:01 +0000 Subject: [PATCH 3/4] chore: BOMS-39 rename arbi-bom to orbi-bom --- .github/workflows/upgrade-python-requirements.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index d982100..c2c6b17 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -57,8 +57,7 @@ jobs: --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." \ --user-reviewers="" --team-reviewers="orbi-bom" --delete-old-pull-requests - - name: Send failure notification - if: ${{ failure() }} + - name: Send notification uses: dawidd6/action-send-mail@v4 with: server_address: email-smtp.us-east-1.amazonaws.com @@ -66,6 +65,6 @@ jobs: username: ${{secrets.EDX_SMTP_USERNAME}} password: ${{secrets.EDX_SMTP_PASSWORD}} subject: Upgrade python requirements workflow failed in ${{github.repository}} - to: orbi-bom@edx.org + 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 }}" From a883d99df544cc0a2cd4904950f0cf8c114bab48 Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Wed, 1 Oct 2025 15:03:36 +0530 Subject: [PATCH 4/4] Update workflow to use ubuntu-latest --- .github/workflows/upgrade-python-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index c2c6b17..08e9918 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -13,7 +13,7 @@ on: jobs: upgrade_requirements: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: