From 9bd7f166b1a034f2a1e0c77f9e64dd1e1fc53319 Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Mon, 15 Sep 2025 12:13:56 +0000 Subject: [PATCH 1/2] 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 d0fde72a..f84d3069 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,4 @@ updates: schedule: interval: "weekly" reviewers: - - "openedx/arbi-bom" + - "openedx/orbi-bom" diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index e0ba6d02..19a8dac3 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -13,8 +13,8 @@ jobs: call-upgrade-python-requirements-workflow: 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 40670cd1184e49b551a0bca4e3d25f734237151f Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Tue, 30 Sep 2025 17:45:00 +0000 Subject: [PATCH 2/2] 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 19a8dac3..ac9a0241 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -14,8 +14,8 @@ jobs: with: branch: ${{ github.event.inputs.branch }} team_reviewers: "orbi-bom" - email_address: orbi-bom@edx.org - send_success_notification: false + email_address: orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net + send_success_notification: true secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}