Thanks for sharing the feedback. I checked the pull request created by you has been reviewed by the product team member. Let me know if you need further help on this and I can take your feedback forward to the product team. Thanks.
Can we get somebody to merge some of the pull requests on the aci-deploy github action repository?
Hi folks,
I'm using the Microsoft-written Github action for deploying to an Azure Container Instance resource. The Github action itself has some bugs in the code and does not work. I have provided a pull request for the bug I encountered. I also see there are pull requests from other contributors spanning many months back.
Could we get somebody to come into the repository and merge in some of these pull requests so that this Action can be used? It seems to be left unmaintained for many months in its current state.
Here is the pull request that I created, as well as the repository in question, for example: https://github.com/Azure/aci-deploy/pull/24
Thank you
2 answers
Sort by: Most helpful
-
KarishmaTiwari-MSFT 20,462 Reputation points Microsoft Employee
2020-10-20T22:11:32.593+00:00 -
Dustin Briles 1 Reputation point
2020-11-23T21:06:16.163+00:00 @KarishmaTiwari-MSFT there are other pull requests for bugfixes that should be reviewed, too. For example, this one fixes a logic error when validating the restart-policy parameter: https://github.com/Azure/aci-deploy/pull/25
As of now, if any value for restart-policy specified, it will always cause a failure.