-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: email the snapshot to input email w/signoff #101
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jougan-0 <[email protected]>
leecalcote
reviewed
Aug 29, 2024
Please stop using "successfully". |
A successfully again slipped through even I paid attention while writing cloud errors and logs still one had to slip through. 😡 |
Markdown isn't going to display correctly in email... |
leecalcote
reviewed
Aug 29, 2024
action.yml
Outdated
Comment on lines
168
to
197
subject: "MeshMap Snapshot" | ||
from: '"MeshMap" <${{ secrets.MAIL_USERNAME }}>' | ||
to: ${{ inputs.email }} | ||
body: | | ||
Hello, | ||
|
||
Your MeshMap snapshot has been successfully generated and is now ready for you to view! | ||
|
||
**Snapshot Details:** | ||
- **Design ID**: ${{ inputs.designID }} | ||
- **Resource Type**: ${{ inputs.application_type }} | ||
|
||
You can view and download your snapshot by clicking the link below: | ||
[View Your MeshMap Snapshot](${{ env.RESOURCE_URL }}) | ||
|
||
**Next Steps:** | ||
- **Review the Snapshot**: Ensure all components are correctly represented and the infrastructure layout aligns with your expectations. | ||
- **Share with Your Team**: Use this snapshot to facilitate discussions and planning with your team. | ||
- **Explore Further**: Learn more about how MeshMap can help visualize and manage your infrastructure by visiting our [documentation](https://docs.layer5.io/meshmap). | ||
|
||
If you have any questions or need further assistance, please feel free to reach out to our support team. | ||
|
||
Thank you for using MeshMap! | ||
|
||
Best regards, | ||
The MeshMap Team | ||
|
||
--- | ||
Meshery by Layer5 - The Cloud Native Management Plane. | ||
Learn more at [https://layer5.io/meshery](https://layer5.io/meshery) |
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.
Suggested change
subject: "MeshMap Snapshot" | |
from: '"MeshMap" <${{ secrets.MAIL_USERNAME }}>' | |
to: ${{ inputs.email }} | |
body: | | |
Hello, | |
Your MeshMap snapshot has been successfully generated and is now ready for you to view! | |
**Snapshot Details:** | |
- **Design ID**: ${{ inputs.designID }} | |
- **Resource Type**: ${{ inputs.application_type }} | |
You can view and download your snapshot by clicking the link below: | |
[View Your MeshMap Snapshot](${{ env.RESOURCE_URL }}) | |
**Next Steps:** | |
- **Review the Snapshot**: Ensure all components are correctly represented and the infrastructure layout aligns with your expectations. | |
- **Share with Your Team**: Use this snapshot to facilitate discussions and planning with your team. | |
- **Explore Further**: Learn more about how MeshMap can help visualize and manage your infrastructure by visiting our [documentation](https://docs.layer5.io/meshmap). | |
If you have any questions or need further assistance, please feel free to reach out to our support team. | |
Thank you for using MeshMap! | |
Best regards, | |
The MeshMap Team | |
--- | |
Meshery by Layer5 - The Cloud Native Management Plane. | |
Learn more at [https://layer5.io/meshery](https://layer5.io/meshery) | |
subject: "Your Meshery Snapshot" | |
from: '"Layer5" <${{ secrets.MAIL_USERNAME }}>' | |
to: ${{ inputs.email }} | |
body: | | |
<p>Hello,</p> | |
<p>Your ${{ inputs.application_type }} has been converted to a Meshery Design. Your snapshot has been generated and is now available.</p> | |
<p><a href="${{ env.RESOURCE_URL }}"><img src="${{ env.RESOURCE_URL }}" width="80%" /></a></p> | |
<p><b>Next Steps</b></p> | |
<ul> | |
<ol><b>Edit your snapshot</b>: Create or sign into your <a href="https://meshery.layer5.io">Layer5 Cloud</a> account to edit your snapshot.</ol> | |
<ol><b>Share with your team</b>: Use this snapshot to facilitate discussions and planning with your team.</ol> | |
<ol><b>Add Snapshots to your GitHub Pull Requests</b>: <a href="http://meshery.layer5.io/connect/github/new">Connect Meshery Snapshots with your GitHub repo</a> and see changes pull request-to-pull request. Get snapshots of your infrastructure directly in your PRs.</ol> | |
</ul> | |
<p>Thank you for using Meshery! If you enjoy this tool, share with your friends.</p> | |
---<br /> | |
Meshery by Layer5 - The Collaborative Cloud Native Manager. Learn more at <a href="https://layer5.io/meshery">layer5.io</a>. |
leecalcote
reviewed
Aug 29, 2024
leecalcote
approved these changes
Aug 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Notes for Reviewers
This PR fixes #