bobheadxi / deployments

🔖 GitHub Action for working painlessly with deployment statuses
https://github.com/marketplace/actions/github-deployments
MIT License
385 stars 64 forks source link

feat: allow any deployment status supported by github api #69

Closed nmccrina-contessa closed 2 years ago

nmccrina-contessa commented 2 years ago

Was on the fence over creating an issue vs opening a pr. Mostly just wondering if there was any interest in allowing all of the status values supported by the Github Api https://docs.github.com/en/rest/reference/deployments#create-a-deployment-status. We are using this action to update our deployment statuses and in the near future I could see us needing to use the 'queued' or 'pending' statuses, which are currently rejected as "unexpected" here.

Thanks!