-
Notifications
You must be signed in to change notification settings - Fork 2
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
Apply common settings of TMLL and update topics #11
base: main
Are you sure you want to change the base?
Conversation
Thank you for raising a pull request to update the configuration of your GitHub organization. The following conditions need to fulfilled for auto-merging to be available:
Otterdog commands and optionsYou can trigger otterdog actions by commenting on this PR:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
This comment has been minimized.
This comment has been minimized.
This Pull Request is eligible for auto-merging as it passed the following checks:
Tip In order to automatically merge and apply the changes, add a comment |
94eee77
to
eb1d3f9
Compare
Please find below the validation of the requested configuration changes: Diff for eb1d3f9Project tools.tracecompass[github_id=eclipse-tracecompass]
there have been 11 validation infos, enable verbose output to display them.
! repository[name="org.eclipse.tracecompass"] {
! topics = [
+ "trace-analysis"
! ]
! }
! repository[name="tmll"] {
! allow_merge_commit = true -> false
! topics = [
+ "data-science"
+ "machine-learning"
+ "profiling"
+ "python"
+ "trace"
+ "trace-analysis"
+ "trace-compass"
+ "trace-visualization"
! ]
! }
+ add branch_protection_rule[pattern="main", repository=tmll] {
+ allows_deletions = false
+ allows_force_pushes = false
+ blocks_creations = false
+ bypass_force_push_allowances = []
+ bypass_pull_request_allowances = []
+ dismisses_stale_reviews = true
+ is_admin_enforced = true
+ lock_allows_fetch_and_merge = false
+ lock_branch = false
+ pattern = "main"
+ require_last_push_approval = false
+ required_approving_review_count = 1
+ 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 = false
+ restricts_pushes = false
+ restricts_review_dismissals = false
+ }
! repository[name="trace-event-logger"] {
! topics = [
+ "java"
+ "profiling"
+ "trace"
+ "trace-compass"
+ "trace-event"
+ "tracing"
! ]
! }
Plan: 1 to add, 4 to change, 0 to delete. |
Signed-off-by: Bernd Hufmann bernd.hufmann@ericsson.com