`BranchProtection.get` appears to be *broken*: <ht...
# python
c
BranchProtection.get
appears to be broken: https://github.com/pulumi/pulumi-github/issues/605 Hi! About
pulumi-github
Python package,
BranchProtectionV3.get
expects
id
to be in a format of
{repository_name}:{branch_name}
. However,
BranchProtection.get
expects
id
to be a resource-provider ID, which is a random string of characters. There is no way to fetch that random resource ID. Plus, the GitHub API does not require it. • BranchProtectionV3BranchProtection