Add GPG plugin

This commit is contained in:
Pedro Pombeiro 2018-01-22 16:05:10 +01:00
parent 5358d7bde7
commit 0eb4fd1c0b
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
4 changed files with 7 additions and 34 deletions

View File

@ -1,16 +0,0 @@
new-pull-requests:
project-board:
name: 'Pipeline for QA'
review-column-name: 'REVIEW'
welcome-bot:
message: 'Thanks for making your first PR here!'
bounty-awaiting-approval:
project-board:
name: 'Status SOB Swarm'
approval-column-name: 'bounty-awaiting-approval'
slack:
notification:
room: 'status-hubot'

View File

@ -1,16 +0,0 @@
new-pull-requests:
project-board:
name: 'Pipeline for QA'
review-column-name: 'REVIEW'
welcome-bot:
message: 'Thanks for making your first PR here!'
bounty-awaiting-approval:
project-board:
name: 'Status SOB Swarm'
approval-column-name: 'bounty-awaiting-approval'
slack:
notification:
room: 'status-hubot'

1
package-lock.json generated
View File

@ -2729,7 +2729,6 @@
"os-tmpdir": {
"version": "1.0.2",
"bundled": true,
"dev": true,
"optional": true
},
"osenv": {

View File

@ -12,7 +12,8 @@
"dependencies": {
"probot": "^5.0.0",
"probot-config": "^0.1.0",
"probot-slack-status": "^0.2.2"
"probot-slack-status": "^0.2.2",
"first-pr-merge": "git://github.com/jarrodldavis/probot-gpg.git"
},
"devDependencies": {
"jest": "^22.1.4",
@ -27,5 +28,10 @@
"env": [
"jest"
]
},
"probot": {
"plugins": [
"probot-gpg"
]
}
}