You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, GH apps have been unable to modify BP settings for private repos on the "free" plan. The tool errors like the following:
{"component":"branchprotector","error":"update red-hat-data-services/kubeflow: update master from protected=true: get current branch protection: the GitHub API request returns a 403 error: {\"message\":\"Resource not accessible by integration\",\"documentation_url\":\"https://docs.github.com/rest/branches/branch-protection#get-branch-protection\",\"status\":\"403\"}","file":"sigs.k8s.io/prow/cmd/branchprotector/protect.go:152","func":"main.main","level":"error","msg":"0","severity":"error","time":"2024-11-20T14:33:46Z"}
{"component":"branchprotector","file":"sigs.k8s.io/prow/cmd/branchprotector/protect.go:154","func":"main.main","level":"fatal","msg":"Encountered 1 errors protecting branches","severity":"fatal","time":"2024-11-20T14:33:46Z"}
Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see GitHub's products in the GitHub Help documentation.
This issue is to serve notice that others might encounter this problem, and that prow's docs should be updated to reflect this.
The text was updated successfully, but these errors were encountered:
Recently, GH apps have been unable to modify BP settings for private repos on the "free" plan. The tool errors like the following:
The docs State the following:
This issue is to serve notice that others might encounter this problem, and that prow's docs should be updated to reflect this.
The text was updated successfully, but these errors were encountered: