-
Notifications
You must be signed in to change notification settings - Fork 42
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
[ign-common3] Improve fork experience #103
Conversation
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## ign-common3 #103 +/- ##
============================================
Coverage 73.97% 73.97%
============================================
Files 69 69
Lines 9421 9421
============================================
Hits 6969 6969
Misses 2452 2452 Continue to review full report at Codecov.
|
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.
Does this need to be ported to other branches?
Yeah, it can probably be included in #104 |
@osrf-jenkins retest this please |
Signed-off-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Michael Carroll <michael@openrobotics.org>
Our GitHub actions haven't been running correctly for forks. This should fix all of them:
CI
CI only on
push
means that PRs from forks aren't tested. Addingpull_request
fixes forks, with the downside of triggering duplicated jobs for PRs coming from branches in this repo.Also removed the codecov token for the Focal builds because we only need to upload coverage reports once, and this causes failures sometimes.
Labeler
Resolves gazebo-tooling/pr-collection-labeler#4.
Uses the new pull_request_target event.
Tested here: gazebosim/testing#14
Triage
Like above, uses the new pull_request_target event.
Tested here: gazebosim/testing#15