Skip to content

Commit 507e692

Browse files
authored
Bump jsonata to 1.8.6, added audit and nightly build (#26)
* elasticio/elasticio#6541 bump jsonata to 1.8.6, added audit and nightly build * elasticio/elasticio#6541 CODEOWNERS
1 parent a4a0cfd commit 507e692

File tree

4 files changed

+674
-325
lines changed

4 files changed

+674
-325
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
key: dependency-cache-{{ checksum "package-lock.json" }}
1616
paths:
1717
- ./node_modules
18+
- run:
19+
name: Auditing
20+
command: npm run audit
1821
- run:
1922
name: Testing
2023
command: npm test
@@ -57,3 +60,13 @@ workflows:
5760
- publish:
5861
requires:
5962
- hold
63+
nightly:
64+
triggers:
65+
- schedule:
66+
cron: "0 0 * * *"
67+
filters:
68+
branches:
69+
only:
70+
- master
71+
jobs:
72+
- test

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

0 commit comments

Comments
 (0)