We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8016c5 commit 5049696Copy full SHA for 5049696
1 file changed
.github/workflows/upgrade-python-requirements.yml
@@ -13,8 +13,10 @@ 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
+ # optional parameters below; fill in if you'd like github or email notifications
+ # user_reviewers: ""
18
+ # team_reviewers: ""
19
+ # email_address: ""
20
send_success_notification: false
21
secrets:
22
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
0 commit comments