-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add execution state information #499
Conversation
I would like to add |
packages/github/src/context.ts
Outdated
@@ -15,6 +15,8 @@ export class Context { | |||
workflow: string | |||
action: string | |||
actor: string | |||
runNumber: string |
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.
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.
Thanks for the review.
I fixed it in 728bcb5.
Sounds great! This PR looks good, do you want to open a separate pr for this, or amend this one? |
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.
LGTM
Thank you. I've made some changes to this PR. I made a mistake in the template for the commit message. I did a force push to fix it. Sorry. |
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.
Job changes LGTM
Going to include this in the 4.0.0 release. Thank you for the contribution! |
I created a PR because I wanted this feature too.
I've been dealing with the following workaround, but it would be nice to be able to use it in the library.
https://github.com/8398a7/action-slack/blob/v3.1.0/src/client.ts#L143
Resolves: #371