Skip to content

Commit

Permalink
Merge pull request #573 from atomist/goal-review-listener
Browse files Browse the repository at this point in the history
Add review listeners that set goal result state
  • Loading branch information
cdupuis authored Nov 13, 2018
2 parents 6928327 + cdfb38d commit 96d00b9
Show file tree
Hide file tree
Showing 10 changed files with 3,381 additions and 114,244 deletions.
30 changes: 13 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
/build/
/lib/typings/*
.idea/
*.iml
.vscode/
*~
.#*
.npmrc
node_modules/
*.js
npm-debug.log
*.d.ts
*.js
*.js.map

.idea/
*.iml
.idea/workspace.xml
/release
graphql.config.json
git-info.json

*.log
*.log.gz

.nyc_output/
coverage/
.vscode
*.txt
/.nyc_output/
/build/
/coverage/
/doc/
/log/
git-info.json
/index.ts
40 changes: 23 additions & 17 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
.idea/
config/
src/
test/
tmp/
build/
release/
*.iml
.vscode/
*~
.#*
.dockerignore
.git*
.npmrc*
.travis.yml
.atomist/
.nyc_output/
.travis.yml
tsconfig.*
tslint.json
yarn.lock
.vscode
*.sh
*.iml
schema.json
scratch.txt
graphql.config.json
graphql.schema.json
/build/
/doc/
/config/
/coverage/
/log/
/scripts/
/src/
/test/
/CO*.md
/Dockerfile
/assets/kubectl/
*.log
*.txt
*.ts
!*.d.ts
/graphql.*.json
/schema.json
Loading

0 comments on commit 96d00b9

Please sign in to comment.