File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
- Support test on GitHub Actions
4
4
- Add rubocop, rubocop-rake, rubocop-performance, rubocop-rspec gems
5
5
- Use rubocop autocorrect and modify the code
6
+ - Added "search issues" description and status badge to README.md
6
7
7
8
## 0.2.3
8
9
- Fix typo
Original file line number Diff line number Diff line change 1
1
# Ruboty::Github
2
+ [ ![ Gem Version] ( https://badge.fury.io/rb/ruboty-qiita-github.svg )] ( https://badge.fury.io/rb/ruboty-qiita-github ) [ ![ Test] ( https://github.com/increments/ruboty-qiita-github/actions/workflows/test.yml/badge.svg?branch=master )] ( https://github.com/increments/ruboty-qiita-github/actions/workflows/test.yml ) [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/764bf9dc5796f0d3bef3/maintainability )] ( https://codeclimate.com/github/increments/ruboty-qiita-github/maintainability ) [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/764bf9dc5796f0d3bef3/test_coverage )] ( https://codeclimate.com/github/increments/ruboty-qiita-github/test_coverage )
3
+
2
4
Manage GitHub via Ruboty.
3
5
This gem adds ` deploy pull request ` command to original ruboty-github plugin.
4
6
@@ -16,6 +18,7 @@ gem "ruboty-github"
16
18
@ruboty pull request "<title>" from <from> to <to> - Create a new Pull Request
17
19
@ruboty deploy pull request "<title>" from <from> to <to> - Create a new Pull Request for Deploy
18
20
@ruboty remember my github token <token> - Remember sender's GitHub access token
21
+ @ruboty search issues "<query>" - Search an Issues/Pull Requests
19
22
```
20
23
21
24
## ENV
You can’t perform that action at this time.
0 commit comments