Skip to content
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

atlasaction: improved pr comments #92

Merged
merged 8 commits into from
Oct 11, 2023
Merged

atlasaction: improved pr comments #92

merged 8 commits into from
Oct 11, 2023

Conversation

rotemtam
Copy link
Member

No description provided.

@github-actions
Copy link

Atlas Lint Report

Analyzed migrations2

StatusStepResultDiagnostics
Detect New Migration FilesFound 0 new migration files (from 0 total)
Replay Migration FilesLoaded 0 changes on dev database
Connect your project to Atlas Cloud to get more safety checks

Migrations automatically reviewed by Atlas

@github-actions
Copy link

Atlas Lint Report

Analyzed migrations

StatusStepResultDiagnostics
Detect New Migration FilesFound 0 new migration files (from 0 total)
Replay Migration FilesLoaded 0 changes on dev database
Connect your project to Atlas Cloud to get more safety checks

Migrations automatically reviewed by Atlas

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

atlas migrate lint results:

Step Link
1 new migration file detected  
ERD and Visual Diff generated View Visualization
No issues found. Full Report

Migrations automatically reviewed with Atlas

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

atlas migrate lint results:

Step Link
1 new migration file detected  
ERD and Visual Diff generated View Visualization
1 issue found Full Report

Migrations automatically reviewed with Atlas

var (
//go:embed comment.tmpl
commentTmpl string
comment = template.Must(template.New("comment").Parse(commentTmpl))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a thought, not sure it's easy: can you put the commentMarker inside the template?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i considered it, but its not needed in the summary report and i didn't like appending it there if its not needed

@rotemtam rotemtam merged commit c70d30c into master Oct 11, 2023
@rotemtam rotemtam deleted the r/comment branch October 11, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants