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

Allow verify trace-protobuf to continue on error, try 2 #280

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

ivoanjo
Copy link
Member

@ivoanjo ivoanjo commented Oct 27, 2023

What does this PR do?

In #275, I've attempted to add the mainmatter/continue-on-error-comment github action which replaces a CI error with a comment, so that it's less annoying when "Verify trace-protobuf" fails and we don't get a ugly red cross on every PR.

My first attempt didn't work! I missed that I needed to change the trigger for the verify action to be on pull requests, not on pushes.

This PR fixes that, and we should see the action comment show up as an example.

Motivation

Fix #275.

Additional Notes

N/A

How to test the change?

See the comment that will show up!

For Reviewers

  • If this PR touches code that signs or publishes builds or packages, or handles credentials of any kind, I've requested a review from @DataDog/security-design-and-guidance.
  • This PR doesn't touch any of that.

**What does this PR do?**

In #275, I've attempted to add the
`mainmatter/continue-on-error-comment` github action which replaces a CI
error with a comment, so that it's less annoying when
"Verify trace-protobuf" fails and we don't get a ugly red cross on every
PR.

My first attempt didn't work! I missed that I needed to change the
trigger for the verify action to be on pull requests, not on pushes.

This PR fixes that, and we should see the action comment show up
as an example.

**Motivation:**

Fix #275.

**Additional Notes:**

N/A

**How to test the change?**

See the comment that will show up!
@ivoanjo ivoanjo requested a review from a team as a code owner October 27, 2023 11:10
@github-actions
Copy link

Some tests with 'continue-on-error: true' have failed:

  • Verify trace-protobuf stats_proto

Created by continue-on-error-comment

@ivoanjo ivoanjo merged commit c48f7be into main Nov 1, 2023
20 checks passed
@bantonsson bantonsson deleted the ivoanjo/very-proto-files-try-2 branch March 7, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants