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