Faeka Ansari
Faeka Ansari
@krancour can we merge this PR
This PR is yet to hit the ground running with some tests and refactoring logic. RoleBinding Creation logic is completed. `watches.go` currently handles RoleBinding Deletion when ServiceAccount is Deleted OR...
Yes, I have them locally, pushing soon @krancour
> Some of the other providers may have something similar. That will require some research. Yes, the issue TODO mentions we need to check the same behavior across other Git...
3 out of 5 providers have asynchronous merge mechanisms that will cause issues with the current `MergePullRequest` implementation: **AFFECTED PROVIDERS (Async Merge - NEEDS FIX):** - GitHub - Merge Queues...
To solve this I can think of 3 solutions ### Extended status return ```go type MergeStatus string const ( MergeStatusMerged = "merged" // merge completed MergeStatusQueued = "queued" // In...
Hello @yuanwang04 👋, v1.35 Enhancements team here. This is a reminder of the upcoming [PRR freeze](https://github.com/kubernetes/sig-release/blob/master/releases/release_phases.md#prr-freeze) on **Thursday 9th October 2025 (AoE) / Friday 10th October 2025, 12:00 UTC**. This...
I notice that [the PR](https://github.com/kubernetes/enhancements/pull/5575) is now merged and that addresses the requirements for tracking this in enhancements freeze! thanks!
Addressed all the reviews @kencochrane Regarding the need for more clarity on clicks, I believe that adding multiple screenshots inline may not be the most user-friendly approach. Should I consider...
@krancour I’ve added some styles to guide users with actionable steps, similar to the approach used in other guides. Do you think there’s room for further improvement in the Quickstart...