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

Add Job Summary #32

Closed
wants to merge 5 commits into from
Closed

Add Job Summary #32

wants to merge 5 commits into from

Conversation

bradyclifford
Copy link
Contributor

@bradyclifford bradyclifford commented Aug 31, 2023

Summary of PR changes

Some tests are ran as a runbook, not within a PR. Status checks and PR comments will not work. Instead a Job Summary is created.

PR Requirements

  • For major, minor, or breaking changes, at least one of the commit messages contains the appropriate +semver: keywords.
    • See the Incrementing the Version section of the repository's README.md for more details.
  • The action code does not contain sensitive information.

NOTE: If the repo's workflow could not automatically update the README.md, it should be updated manually with the next version. For javascript actions, if the repo's workflow could not automatically recompile the action it should also be updated manually as part of the PR.

@bradyclifford bradyclifford changed the title Update github.js Add Job Summary Aug 31, 2023
@bradyclifford bradyclifford added the question Further information is requested label Aug 31, 2023
@bradyclifford bradyclifford self-assigned this Aug 31, 2023
@bradyclifford
Copy link
Contributor Author

bradyclifford commented Aug 31, 2023

If this change it not desired, I will consider asking the Infra Purple team to add the action https://github.com/marketplace/actions/publish-test-results to im-open.

@bradyclifford bradyclifford marked this pull request as ready for review August 31, 2023 15:12
@bradyclifford bradyclifford requested a review from a team as a code owner August 31, 2023 15:12
@bradyclifford
Copy link
Contributor Author

Looking for reviews. Once the pattern is agreed on, I will build the bundle and include any other missing items.

@@ -111,6 +111,10 @@ async function createPrComment(repoToken, markupData, updateCommentIfOneExists,
}
}

async function createJobSummary(markupData) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Where is this getting called in case the Summary is desired?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's not a complete PR. Just showing the concept. Once I get a thumbs up that your team is ok with the additional, I will finish up the missing pieces.

I didn't want to waste any cycles on something the BC swat team didn't even want implemented.

Choose a reason for hiding this comment

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

@bradyclifford I think we're fine with adding the summary to this action. Is this something you wanted to continue with or should we close this one out if you'll be moving to the other action?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can close this PR. I am going to use the new action instead now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants