We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c0837 commit dda593bCopy full SHA for dda593b
.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,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: "orbi-bom"
+ email_address: orbi-bom[email protected]
+ 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