Add default protected branch to .github repo#3
Open
mkuznyetsov wants to merge 1 commit intoeclipse-che:mainfrom
Open
Add default protected branch to .github repo#3mkuznyetsov wants to merge 1 commit intoeclipse-che:mainfrom
mkuznyetsov wants to merge 1 commit intoeclipse-che:mainfrom
Conversation
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
|
Thank you for raising a pull request to update the configuration of your GitHub organization. The following conditions need to be fulfilled for auto-merging to be available:
Otterdog commands and optionsYou can trigger otterdog actions by commenting on this PR:
|
|
The author (mkuznyetsov) of this PR is associated with this organization in the role of Additionally, mkuznyetsov is a member of the following teams: |
|
Please find below the validation of the requested configuration changes: Diff for 670452cProject ecd.che[github_id=eclipse-che]
there have been 157 validation infos, enable verbose output to display them.
+ add branch_protection_rule[pattern="main", repository=.github] {
+ allows_deletions = false
+ allows_force_pushes = false
+ blocks_creations = false
+ bypass_force_push_allowances = []
+ bypass_pull_request_allowances = []
+ dismisses_stale_reviews = false
+ is_admin_enforced = false
+ lock_allows_fetch_and_merge = false
+ lock_branch = false
+ pattern = "main"
+ require_last_push_approval = false
+ required_approving_review_count = 1
+ required_status_checks = [
+ "eclipse-eca-validation:eclipsefdn/eca"
+ ],
+ requires_code_owner_reviews = false
+ requires_commit_signatures = false
+ requires_conversation_resolution = false
+ requires_deployments = false
+ requires_linear_history = false
+ requires_pull_request = true
+ requires_status_checks = true
+ requires_strict_status_checks = false
+ restricts_pushes = false
+ restricts_review_dismissals = false
+ }
Plan: 1 to add, 0 to change, 0 to delete. |
|
Note The current configuration is out-of-sync with the live settings: Diff to live settingsProject ecd.che[github_id=eclipse-che]
there have been 157 validation infos, enable verbose output to display them.
! repository[name="che"] {
! code_scanning_default_languages = [
- "javascript"
- "typescript"
+ "javascript-typescript"
! ]
! }
! repository[name="che-docs"] {
! code_scanning_default_languages = [
- "javascript"
+ "javascript-typescript"
- "typescript"
! ]
! }
! repository[name="che-workspace-client"] {
! code_scanning_default_languages = [
! "javascript" -> "javascript-typescript"
- "typescript"
! ]
! }
! repository[name="che-plugin-registry"] {
! code_scanning_default_languages = [
- "javascript"
- "typescript"
+ "javascript-typescript"
! ]
! }
! repository[name="che-machine-exec"] {
! code_scanning_default_languages = [
- "javascript"
- "typescript"
+ "javascript-typescript"
! ]
! }
! repository[name="che-website"] {
! code_scanning_default_languages = [
- "javascript"
- "typescript"
+ "javascript-typescript"
! ]
! }
! repository[name="che-dashboard"] {
! code_scanning_default_languages = [
- "javascript"
- "typescript"
+ "javascript-typescript"
! ]
! }
- remove environment[name="copilot", repository=che-dashboard] {
- deployment_branch_policy = "all"
- name = "copilot"
- reviewers = []
- wait_timer = 0
- }
! repository[name="blog"] {
! code_scanning_default_languages = [
- "javascript"
+ "javascript-typescript"
- "typescript"
! ]
! }
! repository[name="che-server"] {
! code_scanning_default_languages = [
- "javascript"
- "typescript"
+ "javascript-typescript"
! ]
! }
- remove repo_secret[name="NPM_TOKEN", repository=che-server] {
- name = "NPM_TOKEN"
- }
Plan: 0 to add, 9 to change, 2 to delete. |
This file contains hidden or 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
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.
No description provided.