-
Notifications
You must be signed in to change notification settings - Fork 6
chore: BOMS-39 rename arbi-bom to orbi-bom #357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: '[email protected]' | ||
from: github-actions <[email protected]> | ||
body: Upgrade python requirements workflow executed in ${{ github.repository }}. For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we use consistent CAPS with the failure code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: The other PR has all caps for some secrets, but not these, and maybe they should all move to ALL-CAPS?
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.