From 96fff780bb3dd6e2227649dd605f99343036f97b Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Thu, 30 Oct 2025 05:58:43 +0000 Subject: [PATCH 1/4] chore: switch dependabot, reviewers and email to arch-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..893d6585 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,4 @@ updates: schedule: interval: "weekly" reviewers: - - "openedx/arbi-bom" + - "openedx/arch-bom" diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 5bff1a14..c7f3e51d 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 || 'master' }} - team_reviewers: "arbi-bom" - email_address: arbi-bom@edx.org + team_reviewers: "arch-bom" + email_address: arch-bom@edx.org send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} From 76c0d35c8f9d201459bf18adf9cd1076b72cc456 Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Wed, 5 Nov 2025 12:32:40 +0000 Subject: [PATCH 2/4] chore: switch dependabot, reviewers and email to arch-bom --- .github/dependabot.yml | 2 +- .github/workflows/upgrade-python-requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 893d6585..b98864ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,4 @@ updates: schedule: interval: "weekly" reviewers: - - "openedx/arch-bom" + - "openedx/2u-arch-bom" diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index c7f3e51d..f83c6713 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -13,7 +13,7 @@ jobs: call-upgrade-python-requirements-workflow: with: branch: ${{ github.event.inputs.branch || 'master' }} - team_reviewers: "arch-bom" + team_reviewers: "2u-arch-bom" email_address: arch-bom@edx.org send_success_notification: false secrets: From ced3de48629d2fdf4476e256995197bb38c2bc9f Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Fri, 7 Nov 2025 12:55:47 +0000 Subject: [PATCH 3/4] chore: switch dependabot, reviewers and email to arch-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 f83c6713..602ac7f4 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -14,7 +14,7 @@ jobs: with: branch: ${{ github.event.inputs.branch || 'master' }} team_reviewers: "2u-arch-bom" - email_address: arch-bom@edx.org + email_address: arch-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} From 136ec1a8b213eb4de41164146e297aa16430d187 Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Fri, 7 Nov 2025 13:31:41 +0000 Subject: [PATCH 4/4] chore: switch dependabot, reviewers and email to arch-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 602ac7f4..5fed0b66 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -15,7 +15,7 @@ jobs: branch: ${{ github.event.inputs.branch || 'master' }} team_reviewers: "2u-arch-bom" email_address: arch-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 }}