-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.yml
More file actions
40 lines (40 loc) · 1014 Bytes
/
Copy pathsettings.yml
File metadata and controls
40 lines (40 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
_extends: .github
repository:
name: javascript
description: JavaScript language plugin for the @form8ion toolset
homepage: https://www.npmjs.com/package/@form8ion/javascript
private: false
branches:
- name: master
protection: null
rulesets:
- name: prevent destruction of the default branch
target: branch
enforcement: active
conditions:
ref_name:
include:
- ~DEFAULT_BRANCH
exclude: []
rules:
- type: deletion
- type: non_fast_forward
- name: verification must pass
target: branch
enforcement: active
conditions:
ref_name:
include:
- ~DEFAULT_BRANCH
exclude: []
rules:
- type: required_status_checks
parameters:
strict_required_status_checks_policy: false
required_status_checks:
- context: workflow-result
integration_id: 15368
bypass_actors:
- actor_id: 3208999
actor_type: Team
bypass_mode: always