Skip to content

Commit

Permalink
chore: update team name in upgrade-requirements workflow
Browse files Browse the repository at this point in the history
[APER-2679]

Update team name in `upgrade-requirements` workflow from `edx-aperture` to `edx-infinity`.
  • Loading branch information
justinhynes committed Jul 24, 2023
1 parent 36b358d commit c6cee86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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="edx-aperture" --delete-old-pull-requests
--user-reviewers="" --team-reviewers="edx-infinity" --delete-old-pull-requests
- name: Send failure notification
if: ${{ failure() }}
Expand Down

0 comments on commit c6cee86

Please sign in to comment.