Skip to content

Commit

Permalink
build: update escalation email address
Browse files Browse the repository at this point in the history
s/teaching-and-learning@edx.opsgenie.net/community-engineering@edx.opsgenie.net/
  • Loading branch information
sarina committed May 24, 2021
1 parent 2b30cef commit 53b993b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
--target-branch="${{ env.target_branch }}" --base-branch-name="upgrade-python-requirements" \
--commit-message="chore: Updating Python Requirements" --pr-title="Python Requirements Update" \
--pr-body="Python requirements update.Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages." \
--user-reviewers="" --team-reviewers="teaching-and-learning" --delete-old-pull-requests
--user-reviewers="" --team-reviewers="community-engineering" --delete-old-pull-requests
- name: Send failure notification
if: ${{ failure() }}
Expand All @@ -63,6 +63,6 @@ jobs:
username: ${{secrets.EDX_SMTP_USERNAME}}
password: ${{secrets.EDX_SMTP_PASSWORD}}
subject: Upgrade python requirements workflow failed in ${{github.repository}}
to: teaching-and-learning@edx.opsgenie.net
to: community-engineering@edx.opsgenie.net
from: github-actions <github-actions@edx.org>
body: Upgrade python requirements workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 comments on commit 53b993b

Please sign in to comment.