Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ branch-protection:
repos:
rhdh-operator:
branches:
1.2.x:
enforce_admins: true
protect: true
required_status_checks:
contexts:
- PR Validate
- PR Publish
main:
allow_deletions: false
allow_force_pushes: false
Expand All @@ -19,25 +12,8 @@ branch-protection:
required_status_checks:
contexts:
- PR Validate
- PR Publish
release-1.3:
allow_deletions: false
allow_force_pushes: false
enforce_admins: true
protect: true
required_status_checks:
contexts:
- PR Validate
- PR Publish
release-1.4:
allow_deletions: false
allow_force_pushes: false
enforce_admins: true
protect: true
required_status_checks:
contexts:
- PR Validate
- PR Publish
- Validate Dockerfile
- Validate Bundle Manifests
Comment thread
coderabbitai[bot] marked this conversation as resolved.
tide:
merge_method:
redhat-developer/rhdh-operator: squash
Expand Down