-
Notifications
You must be signed in to change notification settings - Fork 26
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 workflow call event to support reusable workflows #65
Conversation
@@ -1 +1 @@ | |||
< assigned | opened | synchronize | reopened > | |||
< assigned | opened | synchronize | reopened | closed > |
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.
🎨 This could be moved to a separate PR
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.
sorry for the delay! #69
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.
Per comment on #66 let's wait for a "proper" release so that we can have this one in.
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.
@alvintang sorry, can you rebase this? 🙏
ff3814d
to
329cb5d
Compare
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.
Awesome, thanks!
Currently trying out reusable workflows and this PR adds the types to support it.
References:
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_call
https://docs.github.com/en/actions/using-workflows/reusing-workflows