We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1c033 commit e220f03Copy full SHA for e220f03
2 files changed
.github/dependabot.yml
@@ -6,4 +6,4 @@ updates:
6
schedule:
7
interval: "weekly"
8
reviewers:
9
- - "openedx/arbi-bom"
+ - "openedx/orbi-bom"
.github/workflows/upgrade-python-requirements.yml
@@ -13,8 +13,8 @@ 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
+ team_reviewers: "orbi-bom"
+ email_address: orbi-bom@edx.org
18
send_success_notification: false
19
secrets:
20
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
0 commit comments