Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/hubot-assign
Hubot script for assigning task.
https://github.com/sota1235/hubot-assign
Last synced: about 12 hours ago
JSON representation
Hubot script for assigning task.
- Host: GitHub
- URL: https://github.com/sota1235/hubot-assign
- Owner: sota1235
- License: mit
- Created: 2016-06-08T03:40:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T07:03:36.000Z (over 8 years ago)
- Last Synced: 2024-10-08T15:51:05.478Z (29 days ago)
- Language: CoffeeScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
hubot-assign
====Hubot script for assigning task to team member.
### Description
### Demo
### Requirement
- CoffeeScript
### Usage
```
$ hubot assign sota1235 プルリクエスト#10をレビューする
hubot > @sota1235 「プルリクエスト#10をレビューする」をやってね$ hubot assign list
hubot > @sota1235は1個タスクがあります
hubot > 1 プルリクエスト#10をレビューする$ hubot assign list all
huobt > [sota1235のタスク]
hubot > 1 プルリクエスト#10をレビューする
hubot > [nitamirのタスク]
hubot > 1 Issue#11にコメントする
hubot > 2 プルリクエスト#11をレビューする$ hubot assign 1 done
hubot > タスク「プルリクエスト#10をレビューする」は完了したんだね!お疲れ!
hubot > 残りのタスクは0個だよ!$ hubot assign list
hubot > @sota1235 今は何もタスクはないよ
```### Install
```shell
$ npm i -S hubot-assign
```#### Edit `external-script.json`
```json
["hubot-assign"]
```### Contribution
### Licence
This software is released under the MIT License, see LICENSE.txt.
## Author
[@sota1235](https://github.com/sota1235)