-
Notifications
You must be signed in to change notification settings - Fork 11
chore(ci): add junit upload CLI #550
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Changelog requirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
|
jd
previously requested changes
Nov 20, 2024
sileht
previously requested changes
Nov 21, 2024
85cfbf3 to
bb8d169
Compare
Pull request has been modified.
bb8d169 to
8744c22
Compare
2f24b3d to
003113a
Compare
003113a to
e9af926
Compare
sileht
reviewed
Nov 22, 2024
jd
previously requested changes
Nov 22, 2024
sileht
reviewed
Nov 22, 2024
e9af926 to
92742e1
Compare
jd
previously requested changes
Nov 25, 2024
92742e1 to
a5c8fad
Compare
sileht
previously requested changes
Nov 26, 2024
a5c8fad to
cadb02d
Compare
066619f to
0388235
Compare
0388235 to
0037f05
Compare
Adds the cli `mergify ci-issues junit-upload` to upload JUnit xml reports to CI Issues. Fixes MRGFY-4339
0037f05 to
041cee2
Compare
sileht
approved these changes
Nov 28, 2024
36 tasks
mergify bot
pushed a commit
to Mergifyio/gha-mergify-ci
that referenced
this pull request
Dec 3, 2024
uses the new cli to upload the reports Related to: MRGFY-4340 Depends-On: Mergifyio/mergify-cli#550
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds the cli
mergify ci junit-uploadto upload JUnit xml reports to CI Issues.Fixes MRGFY-4339