File tree Expand file tree Collapse file tree 4 files changed +674
-325
lines changed Expand file tree Collapse file tree 4 files changed +674
-325
lines changed Original file line number Diff line number Diff line change 15
15
key : dependency-cache-{{ checksum "package-lock.json" }}
16
16
paths :
17
17
- ./node_modules
18
+ - run :
19
+ name : Auditing
20
+ command : npm run audit
18
21
- run :
19
22
name : Testing
20
23
command : npm test
@@ -57,3 +60,13 @@ workflows:
57
60
- publish :
58
61
requires :
59
62
- hold
63
+ nightly :
64
+ triggers :
65
+ - schedule :
66
+ cron : " 0 0 * * *"
67
+ filters :
68
+ branches :
69
+ only :
70
+ - master
71
+ jobs :
72
+ - test
Original file line number Diff line number Diff line change
1
+ # https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
2
+
3
+ # These owners will be the default owners for everything in
4
+ # the repo. Unless a later match takes precedence,
5
+ # elasticio/platform-qa and @elasticio/platform will be requested for
6
+ # review when someone opens a pull request.
7
+ # Introduced to make QA-team's code reivew approve required https://github.com/elasticio/elasticio/issues/5139
8
+ * @ elasticio/platform-qa
You can’t perform that action at this time.
0 commit comments