-
Notifications
You must be signed in to change notification settings - Fork 364
Update GitHub action message for schema change to include release order info #3418
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: main
Are you sure you want to change the base?
Changes from 3 commits
b1c33ea
c7cf383
dea79b0
703f113
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| --- | ||
| --- |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -125,13 +125,15 @@ runs: | |||||||||||||||||||||
| body: | | ||||||||||||||||||||||
| # ${{ inputs.comment-title }}: Changes Detected ⚠️ | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| **Usually this means you need to update the Go parser | ||||||||||||||||||||||
| that Content Platform maintains!!!** | ||||||||||||||||||||||
| **Usually this means you need to update the Go parser that Content Platform maintains!!!** | ||||||||||||||||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: these lines were broken at the 80-char guide. Can we revert this joining here? (not everyone has soft-wrap turned on).
Suggested change
|
||||||||||||||||||||||
| Follow these [steps](https://khanacademy.atlassian.net/wiki/spaces/LC/pages/4161831001/Releasing+and+deploying+a+data-schema+change+in+Perseus#tl%3Bdr) on how to release. | ||||||||||||||||||||||
| [See this list of post-mortems for more information.](https://khanacademy.atlassian.net/wiki/spaces/ENG/pages/4504322159/Content+Platform+Breaks) | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| This PR contains critical changes to Perseus. Please review | ||||||||||||||||||||||
| the changes and note that you may need to coordinate | ||||||||||||||||||||||
| deployment of these changes with other teams at Khan Academy. | ||||||||||||||||||||||
| This PR contains critical changes to Perseus. | ||||||||||||||||||||||
| Please review the changes and note that you may need to | ||||||||||||||||||||||
| coordinate deployment of these changes with other teams | ||||||||||||||||||||||
| at Khan Academy, especially with #cp-eng to publish a | ||||||||||||||||||||||
| content update. | ||||||||||||||||||||||
|
Comment on lines
+132
to
+136
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
"...content update." - I'm not totally sure I agree. Changes to the schema will affect published content after updating the publish worker, but the coordination with CP is around updating the publish worker, not updating content. |
||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ```diff | ||||||||||||||||||||||
| ${{ steps.compare-artifacts.outputs.diff-content }} | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is temporary change, to trigger the PR comment for schema change. Will remove this before landing the PR. |
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.
Added "Follow these steps on how to release." to make it simple but actionable, instead of adding the actual steps which makes the comment longer and it can mismatch the info in the future if there are any updates in the steps.