Skip to content

Commit

Permalink
Add refactor label, remove discussion label
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsao authored and fusion-bot[bot] committed Sep 19, 2018
1 parent 032154e commit 97c7ddd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions __tests__/fixtures/pr-labeled-required-labels-payload.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
{
"id": 1018834670,
"node_id": "MDU6TGFiZWwxMDE4ODM0Njcw",
"url": "https://api.github.com/repos/AlexMSmithCA/probot-app-pr-label/labels/discussion",
"name": "discussion",
"url": "https://api.github.com/repos/AlexMSmithCA/probot-app-pr-label/labels/feature",
"name": "feature",
"color": "e8ab8b",
"default": false
},
Expand Down Expand Up @@ -352,8 +352,8 @@
"label": {
"id": 1018834670,
"node_id": "MDU6TGFiZWwxMDE4ODM0Njcw",
"url": "https://api.github.com/repos/AlexMSmithCA/probot-app-pr-label/labels/discussion",
"name": "discussion",
"url": "https://api.github.com/repos/AlexMSmithCA/probot-app-pr-label/labels/feature",
"name": "feature",
"color": "e8ab8b",
"default": false
},
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = robot => {
'feature',
'bugfix',
'docs',
'discussion',
'refactor',
'release',
'prerelease',
'greenkeeping',
Expand Down

0 comments on commit 97c7ddd

Please sign in to comment.