Skip to content

Commit

Permalink
Explain how to customize the emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
ye11ow committed Mar 5, 2020
1 parent e2cb003 commit 5674074
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,38 @@ Noti is a Mac OS X menu bar plugin to show the status of pull requests. It is di
"project_id": [],

// [Optional] The host of the gitlab server. Leave it empty to use the public Gitlab server.
'host': ''
"host": ""
},

// Github related configurations
"github": {
// Go to Github "Settings" -> "Developer settings" -> "Personal access tokens" and "Generate new token" with "repo" scopes
"token": "",

// The name of the repo, e.g. "ye11ow/noti"
// The name of the repo. e.g. "ye11ow/noti"
"repo": [],

// [Optional] The host of the github server. Leave it empty to use the public Github server.
'host': ''
"host": ""
},

// Customize the emoji
"bitbar": {

// Show on the title when there isn't any status
"good_day": "😃",

// The MR is approved
"approved": "👍",

// The pipeline behind this MR is currently running
"running": "🏃",

// The pipeline is failed
"failed": "🙃",

// Number of comments
"comments": "💬"
}
}
```
Expand Down

0 comments on commit 5674074

Please sign in to comment.