recommend-integration-tests.yml: Make comment stand out#7589
recommend-integration-tests.yml: Make comment stand out#7589siddharthkp merged 1 commit intomainfrom
Conversation
Updated comments in the integration test recommendation workflow to emphasize action required for GitHub staff.
|
There was a problem hiding this comment.
Pull request overview
This pull request enhances the visibility of automated comments posted by the integration test recommendation workflow by adding a prominent heading with a warning emoji. The workflow automatically posts comments on pull requests that contain changes to source code dependencies used by github/github-ui, prompting GitHub staff to run integration tests.
Changes:
- Added a markdown heading "#
⚠️ Action required" to automated comments to make them more noticeable
Comments suppressed due to low confidence (1)
.github/workflows/recommend-integration-tests.yml:61
- The markdown heading has extra spaces that will not render correctly. The heading syntax should be
#⚠️ Action required(no space after#) or# ⚠️ Action required(one space after#). The current format# ⚠️ Action required \n\nhas trailing spaces before the newlines which may cause unexpected rendering. Additionally, there should be no space before the closing\n\n.
body: '<!-- recommend-integration-tests.yml -->\n\n # ⚠️ Action required \n\n :wave: Hi, this pull request contains changes to the source code that github/github-ui depends on. If you are GitHub staff, test these changes with github/github-ui using the [integration workflow](https://gh.io/testing_primer_at_dotcom). Or, apply the `integration-tests: skipped manually` label to skip these checks.'
# ⚠️ Action requiredto make the comment harder to missRollout strategy