This message was deleted.
# general
s
This message was deleted.
b
You can modify existing repos, you just pass the name as part of the resource
c
could you detail a bit more? you mean like using https://www.pulumi.com/docs/reference/pkg/github/repository/ to create repos but using the existing names, would modify the existing ones?
b
what settings do you want to change?
if you wanted to enable branch protection for example:
Copy code
const branchProtection = new github.BranchProtection(`kong-branchprotection`, {
        repository: `pulumi-kong`,
        branch: 'master',
    })
c
i mean the general settings, like if it has wiki, or projects, what merge strategies does it has enabled, delete branch after merge etc