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

Add PreviousAttemptURL, RunAttempt, RunStartedAt field to WorkflowRun #2238

Merged

Conversation

tohjustin
Copy link
Contributor

Add PreviousAttemptURL, RunAttempt, RunStartedAt field to the WorkflowRun struct.

Fixes: #2237.

Fixes: google#2237.
Signed-off-by: Justin Toh <tohjustin@hotmail.com>
@codecov
Copy link

codecov bot commented Dec 23, 2021

Codecov Report

Merging #2238 (fb26aae) into master (63a1994) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2238   +/-   ##
=======================================
  Coverage   97.80%   97.80%           
=======================================
  Files         113      113           
  Lines       10205    10205           
=======================================
  Hits         9981     9981           
  Misses        156      156           
  Partials       68       68           
Impacted Files Coverage Δ
github/actions_workflow_runs.go 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 63a1994...fb26aae. Read the comment docs.

@tohjustin
Copy link
Contributor Author

I've just signed the CLA, can one of the repository manager trigger a rescan? 😅 Thanks!

Copy link
Collaborator

@gmlewis gmlewis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @tohjustin !
LGTM.
Merging.

@gmlewis gmlewis merged commit 4d7a0b5 into google:master Dec 24, 2021
@tohjustin
Copy link
Contributor Author

Thanks for reviewing this @gmlewis, happy holidays! 🙏🏼

@gmlewis
Copy link
Collaborator

gmlewis commented Dec 25, 2021

Thanks for reviewing this @gmlewis, happy holidays! 🙏🏼

My pleasure! Merry Christmas and Happy Holidays to you too, @tohjustin !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new fields to WorkflowRun
2 participants