From 21f33f527b6a90217a985596db4543e3f10f590c Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Mon, 15 Sep 2025 11:42:53 +0000 Subject: [PATCH 1/3] chore: BOMS-39 rename arbi-bom to orbi-bom --- .github/dependabot.yml | 2 +- .github/workflows/upgrade-python-requirements.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index d6f0bcc..ea7a30c 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -15,8 +15,8 @@ jobs: uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master with: branch: ${{ github.event.inputs.branch }} - team_reviewers: "arbi-bom" - email_address: arbi-bom@edx.org + team_reviewers: "orbi-bom" + email_address: orbi-bom@edx.org send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} From 197a6dd50f2a229ebb21940eabf7c1b696381615 Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Mon, 29 Sep 2025 10:55:01 +0000 Subject: [PATCH 2/3] chore: BOMS-39 rename arbi-bom to orbi-bom --- .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 ea7a30c..75e847e 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -16,7 +16,7 @@ jobs: with: branch: ${{ github.event.inputs.branch }} team_reviewers: "orbi-bom" - email_address: orbi-bom@edx.org + email_address: orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} From a497f0da7b1e6e7884b4aa7db6e7d372022fa092 Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Mon, 29 Sep 2025 10:56:24 +0000 Subject: [PATCH 3/3] chore: BOMS-39 rename arbi-bom to orbi-bom --- .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 75e847e..8e1ddc5 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -17,7 +17,7 @@ jobs: branch: ${{ github.event.inputs.branch }} team_reviewers: "orbi-bom" email_address: orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net - send_success_notification: false + send_success_notification: true secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}