-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore(ci): add junit upload CLI #550
Merged
Merged
Conversation
This file contains 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
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
lecrepont01
force-pushed
the
ci_issues_junit_upload
branch
from
November 21, 2024 16:21
85cfbf3
to
bb8d169
Compare
mergify
bot
dismissed stale reviews from sileht and jd
November 21, 2024 16:21
Pull request has been modified.
lecrepont01
force-pushed
the
ci_issues_junit_upload
branch
from
November 21, 2024 16:23
bb8d169
to
8744c22
Compare
lecrepont01
force-pushed
the
ci_issues_junit_upload
branch
2 times, most recently
from
November 22, 2024 09:29
2f24b3d
to
003113a
Compare
lecrepont01
force-pushed
the
ci_issues_junit_upload
branch
from
November 22, 2024 10:15
003113a
to
e9af926
Compare
sileht
reviewed
Nov 22, 2024
jd
previously requested changes
Nov 22, 2024
sileht
reviewed
Nov 22, 2024
lecrepont01
force-pushed
the
ci_issues_junit_upload
branch
from
November 22, 2024 16:51
e9af926
to
92742e1
Compare
lecrepont01
changed the title
chore(ci-issues): add junit upload CLI
chore(ci): add junit upload CLI
Nov 25, 2024
jd
previously requested changes
Nov 25, 2024
lecrepont01
force-pushed
the
ci_issues_junit_upload
branch
from
November 25, 2024 14:21
92742e1
to
a5c8fad
Compare
sileht
previously requested changes
Nov 26, 2024
lecrepont01
force-pushed
the
ci_issues_junit_upload
branch
from
November 26, 2024 10:00
a5c8fad
to
cadb02d
Compare
lecrepont01
force-pushed
the
ci_issues_junit_upload
branch
2 times, most recently
from
November 27, 2024 07:59
066619f
to
0388235
Compare
lecrepont01
force-pushed
the
ci_issues_junit_upload
branch
from
November 27, 2024 16:33
0388235
to
0037f05
Compare
Adds the cli `mergify ci-issues junit-upload` to upload JUnit xml reports to CI Issues. Fixes MRGFY-4339
lecrepont01
force-pushed
the
ci_issues_junit_upload
branch
from
November 27, 2024 16:42
0037f05
to
041cee2
Compare
sileht
approved these changes
Nov 28, 2024
36 tasks
mergify bot
pushed a commit
to Mergifyio/gha-ci-issues
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-upload
to upload JUnit xml reports to CI Issues.Fixes MRGFY-4339