-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathchanged_files.yaml
More file actions
69 lines (69 loc) · 1.05 KB
/
changed_files.yaml
File metadata and controls
69 lines (69 loc) · 1.05 KB
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
yaml:
- '**.yml'
- '**.yaml'
js:
- '**.js'
- '**.ts'
- '**.cjs'
- '**.mjs'
- '**.html'
sh:
- '**.sh'
json:
- '**.json'
python:
- '**.py'
src: &src
- '**/**'
- '!LICENSE'
- '!**/*.md'
- '!CODEOWNERS'
- '!**/*mkdocs*/**'
- '!**/*mkdocs*'
ldap:
- '**/ldap/**'
- '**/*ldap*'
- '!**/*.md'
oidc:
- '**/*oidc*'
- '**/keycloak/**'
- '**/*keycloak*'
- '!**/*.md'
v3: &v3
- '**/v3/**'
- '**/*v3*'
- '!**/*.md'
- entrypoints/npm_ci.sh
- entrypoints/loop_entrypoints.sh
jobs: &jobs
- '**/rabbitmq/**'
- '**/*jobs*'
- '**/archivemock/**'
- '!**/*.md'
elastic: &elastic
- '**/elastic/**'
- '**/*elastic*'
- '!**/*.md'
other_scicat: &other_scicat
- services/searchapi/**
- services/landingpage/**
- services/frontend/**
- services/oaipmh/**
- '**/v4/**'
- '**/*v4*'
- '!**/*.md'
docs:
- '**/README.md'
- '**/*mkdocs*/**'
- '**/*mkdocs*'
mds:
- '**/*.md'
- '**/*markdownlint*'
- '**/*markdownlint*/**'
dev:
- '**/*dev*'
- '**/entrypoints/**'
- *v3
- *elastic
- *jobs
- *other_scicat