Skip to content

Commit

Permalink
fix: transfer from engage to cosmonauts (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored Dec 8, 2022
1 parent 6a135e6 commit f5f11f7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upgrade Requirements

on:
schedule:
- cron: "15 3 * * 1"
- cron: "15 15 2,16 * *"
workflow_dispatch:
inputs:
branch:
Expand All @@ -13,9 +13,11 @@ jobs:
call-upgrade-python-requirements-workflow:
with:
branch: ${{ github.event.inputs.branch }}
team_reviewers: "engage-squad"
email_address: [email protected]
send_success_notification: false
# optional parameters below; fill in if you'd like github or email notifications
# user_reviewers: ""
# team_reviewers: ""
email_address: "[email protected]"
send_success_notification: true
secrets:
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}
Expand Down

0 comments on commit f5f11f7

Please sign in to comment.