generated from fhdsl/metricminer-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config_automation.yml
63 lines (53 loc) · 1.32 KB
/
_config_automation.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
##### Checks run at pull request #####
# Check that urls in the content are not broken
url-checker: yes
# Render preview of content with changes (Rmd's and md's are checked)
render-preview: yes
# Spell check Rmds and quizzes
spell-check: yes
# Style any R code
style-code: yes
############ Metric Collection Destination ##############
### Options are "github" or "google"
data_dest: github
folder_path:
###### Calendly ######
refresh-calendly: yes
calendly_googlesheet:
###### Citations ######
refresh-citations: yes
citation_papers: [ ]
citation_googlesheet:
###### CRAN ######
refresh-cran: yes
cran_packages: [ ]
cran_googlesheet:
###### GitHub ######
refresh-github: yes
github_repos: [
FredHutch/gimap,
FredHutch/pgmap,
FredHutch/GI_mapping,
FredHutch/pgMAP_pipeline,
]
github_googlesheet:
###### Google Analytics ######
refresh-ga: yes
ga_property_ids: [ 422671031, 422558989 ]
ga_googlesheet:
###### Google Forms ######
refresh-googleforms: yes
google_forms: [ ]
googleforms_googlesheet:
###### Slido ######
refresh-slido: no
drive_id:
slido_googlesheet:
###### YouTube ######
refresh-youtube: yes
video_ids: [ ]
youtube_googlesheet:
################## DOCKER #######################
# What docker image should be used for rendering?
# The default is cansav09/metricminer:main
rendering-docker-image: 'cansav09/metricminer:main'