This message was deleted.
# general
s
This message was deleted.
b
if you share an example of what settings you're trying to modify I can write you an example, I shared an example of setting branch protection earlier
l
You should be able to accomplish it with a repo created from Pulumi or imported into your Pulumi code. GitHub repositories can be imported using the
name
which is defined as the name of the repository. Docs on importing infrastructure can be found here: https://www.pulumi.com/docs/guides/adopting/import/ As far as modifying specific attributes I’ll leave that to Lee who commented before me.
c
could detail a bit more on how to import the repos on pulumi? with opts=ResourceOptions(import_="name") it dosent work
nvm,
opts=ResourceOptions(import_="name")
does work, i may had some other error when i tryied last night