FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-lsp-server/.policy.yml at develop · deepnote/python-lsp-server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
deepnote
/
python-lsp-server
Public
forked from
python-lsp/python-lsp-server
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-lsp-server
/
.policy.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
100 lines (92 loc) · 2.65 KB
Breadcrumbs
python-lsp-server
/
.policy.yml
Copy path
File metadata and controls
100 lines (92 loc) · 2.65 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#
Excavator auto-updates this file. Please contribute improvements to the central template.
policy
:
approval
:
-
or
:
-
one admin or contributor has approved
-
two admins have approved
-
changelog only and contributor approval
-
fixing excavator
-
excavator only touched baseline, circle, gradle files, godel files, docker-compose-rule config or versions.props
-
excavator only touched config files
-
bots updated package.json and lock files
disapproval
:
requires
:
organizations
:
[ "palantir" ]
approval_rules
:
-
name
:
one admin or contributor has approved
options
:
allow_contributor
:
true
requires
:
count
:
1
admins
:
true
-
name
:
two admins have approved
options
:
allow_contributor
:
true
requires
:
count
:
2
admins
:
true
-
name
:
changelog only and contributor approval
options
:
allow_contributor
:
true
requires
:
count
:
1
admins
:
true
if
:
only_changed_files
:
paths
:
-
"
changelog/@unreleased/.*
\\
.yml
"
-
name
:
fixing excavator
options
:
allow_contributor
:
true
requires
:
count
:
1
admins
:
true
if
:
has_author_in
:
users
:
[ "svc-excavator-bot" ]
-
name
:
excavator only touched baseline, circle, gradle files, godel files, docker-compose-rule config or versions.props
requires
:
count
:
0
if
:
has_author_in
:
users
:
[ "svc-excavator-bot" ]
only_changed_files
:
#
product-dependencies.lock should never go here, to force review of all product (SLS) dependency changes
#
this way excavator cannot change the deployability of a service or product via auto-merge
paths
:
-
"
changelog/@unreleased/.*
\\
.yml
"
-
"
^
\\
.baseline/.*$
"
-
"
^
\\
.circleci/.*$
"
-
"
^
\\
.docker-compose-rule
\\
.yml$
"
-
"
^.*gradle$
"
-
"
^gradle/wrapper/.*
"
-
"
^gradlew$
"
-
"
^gradlew.bat$
"
-
"
^gradle.properties$
"
-
"
^settings.gradle$
"
-
"
^godelw$
"
-
"
^godel/config/godel.properties$
"
-
"
^versions.props$
"
-
"
^versions.lock$
"
-
name
:
excavator only touched config files
requires
:
count
:
0
if
:
has_author_in
:
users
:
[ "svc-excavator-bot" ]
only_changed_files
:
paths
:
-
"
^
\\
..*.yml$
"
-
"
^
\\
.github/.*$
"
-
name
:
bots updated package.json and lock files
requires
:
count
:
0
if
:
has_author_in
:
users
:
-
"
svc-excavator-bot
"
-
"
dependabot[bot]
"
only_changed_files
:
paths
:
-
"
^.*yarn.lock$
"
-
"
^.*package.json$
"
Back
|
FazBrowse Home
|
New Git URL