generated from EclipseFdn/.eclipsefdn-template
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable branch protection for tycho-4.0.x branch #2
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Christoph Läubrich <[email protected]>
This comment has been minimized.
This comment has been minimized.
akurtakov
approved these changes
Feb 9, 2024
👍 from my side as PL |
netomi
reviewed
Feb 9, 2024
Signed-off-by: Christoph Läubrich <[email protected]>
Diff for 74b9024:Printing local diff:
Actions are indicated with the following symbols:
+ create
! modify
! forced update
- delete
Organization technology.tycho[id=eclipse-tycho]
there have been 3 validation infos, enable verbose output with '-v' to to display them.
- remove repo_ruleset[name="main", repository="tycho"] {
- allows_creations = false
- allows_deletions = false
- allows_force_pushes = false
- allows_updates = true
- bypass_actors = [
- "#Write"
- ],
- dismisses_stale_reviews = true
- enforcement = "active"
- exclude_refs = []
- include_refs = [
- "refs/heads/main"
- ],
- name = "main"
- required_approving_review_count = "0"
- required_status_checks = [
- "eclipse-eca-validation:eclipsefdn/eca"
- "continuous-integration/jenkins/pr-head"
- "call-license-check / check-licenses"
- ],
- requires_code_owner_review = false
- requires_commit_signatures = false
- requires_deployments = false
- requires_last_push_approval = false
- requires_linear_history = false
- requires_pull_request = true
- requires_review_thread_resolution = false
- requires_status_checks = true
- requires_strict_status_checks = false
- }
+ add repo_ruleset[name="release-branches", repository="tycho"] {
+ allows_creations = false
+ allows_deletions = false
+ allows_force_pushes = false
+ allows_updates = true
+ bypass_actors = [
+ "#Write"
+ ],
+ dismisses_stale_reviews = true
+ enforcement = "active"
+ exclude_refs = []
+ include_refs = [
+ "refs/heads/main"
+ "refs/heads/tycho-4.0.x"
+ "refs/heads/tycho-3.0.x"
+ "refs/heads/tycho-2.7.x"
+ ],
+ name = "release-branches"
+ required_approving_review_count = "0"
+ required_status_checks = [
+ "eclipse-eca-validation:eclipsefdn/eca"
+ "continuous-integration/jenkins/pr-head"
+ "call-license-check / check-licenses"
+ ],
+ requires_code_owner_review = false
+ requires_commit_signatures = false
+ requires_deployments = false
+ requires_last_push_approval = false
+ requires_linear_history = false
+ requires_pull_request = true
+ requires_review_thread_resolution = false
+ requires_status_checks = true
+ requires_strict_status_checks = false
+ }
Plan: 1 to add, 0 to change, 1 to delete. Canonical Diff for 74b9024:Showing canonical diff:
Organization technology.tycho[id=eclipse-tycho]
--- canonical
+++ original
@@ -18,8 +18,6 @@
gh_pages_build_type: "legacy"
gh_pages_source_branch: "main"
gh_pages_source_path: "/"
- secret_scanning: "enabled"
- secret_scanning_push_protection: "enabled"
web_commit_signoff_required: false
workflows+: {
default_workflow_permissions: "write"
@@ -27,7 +25,6 @@
}
orgs.newRepo('tycho') {
allow_auto_merge: true
- allow_merge_commit: false
delete_branch_on_merge: false
dependabot_security_updates_enabled: true
description: "Tycho project repository (tycho)"
@@ -55,8 +52,6 @@
requires_review_thread_resolution: false
}
]
- secret_scanning: "enabled"
- secret_scanning_push_protection: "enabled"
secrets: [
orgs.newRepoSecret('GIST_TOKEN') {
value: "********" |
netomi
approved these changes
Feb 9, 2024
changes are live. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
same as for the
main
branch ...FYI @akurtakov