-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
Atlas Lint ReportAnalyzed migrations2
Migrations automatically reviewed by Atlas |
Atlas Lint ReportAnalyzed migrations
Migrations automatically reviewed by Atlas |
Migrations automatically reviewed with Atlas |
Migrations automatically reviewed with Atlas |
var ( | ||
//go:embed comment.tmpl | ||
commentTmpl string | ||
comment = template.Must(template.New("comment").Parse(commentTmpl)) |
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.
Just a thought, not sure it's easy: can you put the commentMarker inside the template?
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 considered it, but its not needed in the summary report and i didn't like appending it there if its not needed
No description provided.