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

set deployment status for other repositories #29

Closed naartjie closed 3 years ago

naartjie commented 3 years ago

This PR adds an optional repository input config, which allows to target other repositories.

The value can be:

pperzyna commented 3 years ago

Thank you @naartjie

CC: @bwdmonkey @bobheadxi

naartjie commented 3 years ago

I haven't updated the README yet. Please let me know if it's something you'd like to merge, and I'll add info the README.

bobheadxi commented 3 years ago

I haven't updated the README yet. Please let me know if it's something you'd like to merge, and I'll add info the README.

Might be good to add in a separate PR, since I think this belongs to a separate category of configuration in general (something like "Global configuration"?) that could be grouped together (currently, config docs is sorted by the steps in the README)

bobheadxi commented 3 years ago

Hey @naartjie , any word on updating this PR? I think this would be a great feature to have, but I'm hoping to do some more significant changes to this action soon that I'm worried might conflict with your work here, so I'm hoping to land this first!

naartjie commented 3 years ago

Hi @bobheadxi. Thanks for the review, and sorry for letting it linger. I'll address your feedback and rebase.

Then as you say, we can update the README as part of a separate PR.

naartjie commented 3 years ago

@bobheadxi I've made the changes. Let me know what you think.