Skip to content

Commit 49986f9

Browse files
committed
chore(settings): improve formatting of the settings file
1 parent 63681c8 commit 49986f9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/settings.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
11
_extends: .github
2-
32
repository:
43
name: javascript
54
description: JavaScript language plugin for the @form8ion toolset
65
homepage: https://npm.im/@form8ion/javascript
76
private: false
8-
97
branches:
108
- name: master
11-
protection:
12-
9+
protection: null
1310
rulesets:
1411
- name: prevent destruction of the default branch
1512
target: branch
1613
enforcement: active
1714
conditions:
1815
ref_name:
1916
include:
20-
- "~DEFAULT_BRANCH"
17+
- ~DEFAULT_BRANCH
2118
exclude: []
2219
rules:
2320
- type: deletion
2421
- type: non_fast_forward
25-
2622
- name: verification must pass
2723
target: branch
2824
enforcement: active
2925
conditions:
3026
ref_name:
3127
include:
32-
- "~DEFAULT_BRANCH"
28+
- ~DEFAULT_BRANCH
3329
exclude: []
3430
rules:
3531
- type: required_status_checks

0 commit comments

Comments
 (0)