-
Notifications
You must be signed in to change notification settings - Fork 849
Open
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request
Description
Describe the need
https://github.blog/changelog/2025-09-10-github-ruleset-exemptions-and-repository-insights-updates/
this is now the recommended approach for bot users. The idea behind it is to reduce spam in the audit signals where bypassing is expected.
E.g.
resource "github_repository_ruleset" "example" {
name = "example"
repository = github_repository.example.name
bypass_actors {
actor_id = 13473
actor_type = "Integration"
bypass_mode = "exempt" # new enum
}
}
SDK Version
No response
API Version
No response
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request
Type
Projects
Status
π Triage