We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c96e45 commit 8129217Copy full SHA for 8129217
.github/dependabot.yml
@@ -6,4 +6,4 @@ updates:
6
schedule:
7
interval: "weekly"
8
reviewers:
9
- - "openedx/arbi-bom"
+ - "openedx/2u-arch-bom"
.github/workflows/upgrade-python-requirements.yml
@@ -13,9 +13,9 @@ jobs:
13
call-upgrade-python-requirements-workflow:
14
with:
15
branch: ${{ github.event.inputs.branch }}
16
- team_reviewers: "arbi-bom"
17
- email_address: arbi-bom@edx.org
18
- send_success_notification: false
+ team_reviewers: "2u-arch-bom"
+ email_address: arch-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net
+ send_success_notification: true
19
secrets:
20
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
21
requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}
0 commit comments