-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use deployments API instead of commit status #3
Comments
So again, why? what does deployments do that checks don't in this case? looking at https://docs.github.com/en/rest/reference/repos#create-a-deployment (and https://octokit.github.io/rest.js/v18#repos-create-deployment) it looks like creating a deployment triggers events for other systems to use? is that right? Would you create a deployment before anything starts, |
Deployments is more obvious than a commit status I think, it separates it out from the other checks and is an explicit release I think. You would create a deployment once the zip has been uploaded to incrementals app and before it’s been uploaded to artifactory I think |
I can certainly look into it, might be a good hacktober thing too. Do you have an exmaple repo with deployments happening? i couldn't find one to see how it worked. Otherwise i'll prototype something down the line. |
To be clear, #21 closes this effectively as “will not fix”. |
Yeah, a better alternative I think. |
No description provided.
The text was updated successfully, but these errors were encountered: