Add missing porperties to the GHWorkflowJob.java#1447
Merged
bitwiseman merged 7 commits intohub4j:mainfrom Jun 20, 2022
Merged
Conversation
Contributor
|
Thanks @yusuf-erdem. Any chance you could also add the other fields they recently added? See the example response here: https://docs.github.com/en/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run . |
added 2 commits
May 30, 2022 21:48
Contributor
Author
done! |
Codecov Report
@@ Coverage Diff @@
## main #1447 +/- ##
============================================
+ Coverage 78.74% 78.76% +0.01%
- Complexity 2102 2107 +5
============================================
Files 201 201
Lines 6404 6410 +6
Branches 361 361
============================================
+ Hits 5043 5049 +6
Misses 1151 1151
Partials 210 210
Continue to review full report at Codecov.
|
bitwiseman
approved these changes
Jun 20, 2022
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
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.
Description
I need to find Workflow Job's running machine type (ubuntu, windows, macos). Github Api has labels property which includes that information. This PR adds labels information to the GHWorkflowJob
Fixes #1445
Before submitting a PR:
mvn -D enable-ci clean install sitelocally. If this command doesn't succeed, your change will not pass CI.main. You will create your PR from that branch.When creating a PR: