chore: BOMS-39 rename arbi-bom to orbi-bom#357
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR renames references from "arbi-bom" to "orbi-bom" as part of a chore task (BOMS-39). The change includes adding a success notification step to the Python requirements upgrade workflow.
- Updates email recipient from arbi-bom to orbi-bom for consistency
- Adds new success notification step to notify when the workflow completes successfully
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
3b7ea23 to
5128eef
Compare
| subject: Upgrade python requirements workflow executed successfully in ${{github.repository}} | ||
| to: 'orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net' | ||
| from: github-actions <github-actions@edx.org> | ||
| body: Upgrade python requirements workflow executed in ${{ github.repository }}. For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" No newline at end of file |
There was a problem hiding this comment.
I know this was probably copy/pasted from elsewhere, but thought we could make the status more clear in the body as well.
| body: Upgrade python requirements workflow executed in ${{ github.repository }}. For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" | |
| body: Upgrade python requirements workflow successfully executed in ${{ github.repository }}. For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" |
| username: ${{secrets.edx_smtp_username}} | ||
| password: ${{secrets.edx_smtp_password}} |
There was a problem hiding this comment.
Should we use consistent CAPS with the failure code?
There was a problem hiding this comment.
Note: The other PR has all caps for some secrets, but not these, and maybe they should all move to ALL-CAPS?
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Description
This PR renames references from "arbi-bom" to "orbi-bom" as part of a chore task (BOMS-39). The change includes adding a success notification step to the Python requirements upgrade workflow.