Skip to content
Snippets Groups Projects
Unverified Commit 1cc23c6d authored by Sarina Canelake's avatar Sarina Canelake Committed by GitHub
Browse files

Merge pull request #162 from edx/sarina-patch-1

build: update escalation email address
parents 2b30cef8 53b993b7
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ jobs: ...@@ -52,7 +52,7 @@ jobs:
--target-branch="${{ env.target_branch }}" --base-branch-name="upgrade-python-requirements" \ --target-branch="${{ env.target_branch }}" --base-branch-name="upgrade-python-requirements" \
--commit-message="chore: Updating Python Requirements" --pr-title="Python Requirements Update" \ --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." \ --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 - name: Send failure notification
if: ${{ failure() }} if: ${{ failure() }}
...@@ -63,6 +63,6 @@ jobs: ...@@ -63,6 +63,6 @@ jobs:
username: ${{secrets.EDX_SMTP_USERNAME}} username: ${{secrets.EDX_SMTP_USERNAME}}
password: ${{secrets.EDX_SMTP_PASSWORD}} password: ${{secrets.EDX_SMTP_PASSWORD}}
subject: Upgrade python requirements workflow failed in ${{github.repository}} 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> 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 }}" body: Upgrade python requirements workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment