mirror of
https://github.com/status-im/status-github-bot.git
synced 2025-01-13 23:06:02 +00:00
Add GPG plugin
This commit is contained in:
parent
5358d7bde7
commit
0eb4fd1c0b
16
.github/github-bot.yml
vendored
16
.github/github-bot.yml
vendored
@ -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'
|
16
github.yaml
16
github.yaml
@ -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
1
package-lock.json
generated
@ -2729,7 +2729,6 @@
|
||||
"os-tmpdir": {
|
||||
"version": "1.0.2",
|
||||
"bundled": true,
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"osenv": {
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user