Misha Kushakov

Results 12 comments of Misha Kushakov

We are looking for this as well. ```yaml - name: 🛠️ Initialize CodeQL uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} ``` When you run CodeQL on...

> This issue still exists. Anyone have any known workarounds, besides state editing? We have ended up creating specific virtual team (group) for Github Security Managers, which you can't use...

> Seems like it's time to go full circle here and put a GPT-5 codex agent on the job. I am afraid GPT-5 will not help you here as even...

We have added this feature to our forked version of this terraform provider https://registry.terraform.io/providers/nexthink-oss/github/latest/docs/resources/repository_ruleset#automatic_copilot_code_review_enabled-4

@jtonl, sure, you can open PR but we in process to refactor provider to fix deprecated API warnings and switch from terraform-plugin-sdk/v2 to terraform-plugin-framework

@tim-acima we just rolled back to previous version as workaround :(

@sfuerte feel free to open PR to contribute if you think the fix is easy

We have forked and fixed this issue on top of other improvements like go-github sdk bump to recent version, added more features support for rulesets and rewrite provider using terraform...

We have forked this terraform provider as we heavily relaying on it. Also we take opportunity to rewrite it with modern [terraform framework](https://developer.hashicorp.com/terraform/plugin/framework) instead of old plugin SDK. On top...