Keegan Campbell
Keegan Campbell
Tests are all passing for me. The chosen `branch_pattern` vs. `tag_pattern` choice seems reasonable to me. Can you explain more about > I attempted to make switching between branch_pattern and...
👍 thanks @georgekaz
> what the behavior should be when we try to create a repository that already exists, in an archived state. Hmm...I'd probably try to match the API's behavior in this...
Thanks for doing the research, @arunsathiya.
@matthiasr you are correct in this assessment! The bug at the API level has now been fixed. I wonder if there's an elegant way to handle this at the provider...
I like this idea! I'd be happy to review a PR that changed this functionality.
Does this happen in the latest v5 version of the provider as well, or is it specific to the v6 beta?
@gilacost you can follow our instructions [here](https://github.com/integrations/terraform-provider-github/blob/main/CONTRIBUTING.md#debugging-the-terraform-provider) in the CONTRIBUTING.md file to debug the provider using VS Code, which will let you inspect and step through the requests. It may...
I also don't see it in the [forks section](https://docs.github.com/en/rest/repos/forks?apiVersion=2022-11-28). You're correct @manjinder-mckc, this is blocked until further API support becomes available.
@mcevoypeter Sorry about the delay; it's been slow with holidays. Thank you for the contribution! When running the newly-added tests, I get the following error that fails them: ``` testing.go:705:...