Skip to content

Commit b07a139

Browse files
authored
Initial commit
0 parents  commit b07a139

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.github @elementor/cloud-platform-devops
2+
helm/*/templates/* @elementor/cloud-platform-devops
3+
helm/*/Chart.yaml @elementor/cloud-platform-devops

.github/settings.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
repository:
2+
private: true
3+
has_issues: false
4+
has_wiki: false
5+
has_projects: false
6+
has_pages: false
7+
fork: false
8+
default_branch: master
9+
allow_squash_merge: true
10+
allow_merge_commit: false
11+
allow_rebase_merge: false
12+
delete_branch_on_merge: true
13+
14+
labels:
15+
- name: 'skip release'
16+
color: d93f0b
17+
description: Won't create new release.
18+
19+
- name: 'patch'
20+
color: 0e8a16
21+
description: Create a Patch release(default).
22+
23+
- name: 'minor'
24+
color: fbca04
25+
description: Create a Minor Release.
26+
27+
- name: 'major'
28+
color: 1d76db
29+
description: Create a Major Release.
30+
31+
32+
branches:
33+
- name: master
34+
protection:
35+
required_pull_request_reviews:
36+
required_approving_review_count: 1
37+
dismiss_stale_reviews: true
38+
require_code_owner_reviews: false
39+
dismissal_restrictions: {}
40+
required_status_checks:
41+
strict: true
42+
contexts: []
43+
enforce_admins: null
44+
restrictions: null
45+

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Elementor Empty Template
2+
3+
This Boilerplate is simple starting point for creating repository from scratch within elementor organization.
4+
5+
The repo includes InitRepo action that will be triggered automatically after repo created from this template and will configure:
6+
- repository protected branch settings
7+
- pull requests labels
8+
- Create first initial release

0 commit comments

Comments
 (0)