-
Notifications
You must be signed in to change notification settings - Fork 4
47 lines (43 loc) · 1.82 KB
/
ci_cd_updated_master.yml
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
name: CI/CD - New updates to 'master'
on:
push:
branches: [master]
jobs:
updates-to-master:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected]
if: github.repository_owner == 'EMMC-ASBL'
with:
# General
git_username: "TEAM 4.0[bot]"
git_email: "[email protected]"
default_repo_branch: master
# Update permanent dependencies branch
update_dependencies_branch: false
# Documentation
update_docs: true
update_python_api_ref: true
package_dirs: oteapi
update_docs_landing_page: true
python_version: "3.9"
doc_extras: "[docs]"
changelog_exclude_labels: "skip-changelog,duplicate,question,invalid,wontfix"
full_docs_dirs: |
models
strategies/download
strategies/filter
strategies/mapping
strategies/parse
strategies/resource
strategies/transformation
landing_page_replacements: |
(LICENSE),(LICENSE.md)
scheme\`](oteapi/models/resourceconfig.py),scheme\`][oteapi.models.resourceconfig.ResourceConfig.downloadUrl]
mediaType\`](oteapi/models/resourceconfig.py),mediaType\`][oteapi.models.resourceconfig.ResourceConfig.mediaType]
accessService\`](oteapi/models/resourceconfig.py),accessService\`][oteapi.models.resourceconfig.ResourceConfig.accessService]
(oteapi/models/filterconfig.py),[oteapi.models.filterconfig.FilterConfig.filterType]
(oteapi/models/functionconfig.py),[oteapi.models.functionconfig.FunctionConfig.functionType]
(oteapi/models/mappingconfig.py),[oteapi.models.mappingconfig.MappingConfig.mappingType]
(oteapi/models/transformationconfig.py),[oteapi.models.transformationconfig.TransformationConfig.transformationType]
secrets:
PAT: ${{ secrets.RELEASE_PAT }}