Skip to content

Commit 4baff31

Browse files
authored
Merge pull request #8 from increments/update-readme-add-search-issues
Added "search issues" description and status badge to README.md
2 parents 9d24372 + 0f91a88 commit 4baff31

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Support test on GitHub Actions
44
- Add rubocop, rubocop-rake, rubocop-performance, rubocop-rspec gems
55
- Use rubocop autocorrect and modify the code
6+
- Added "search issues" description and status badge to README.md
67

78
## 0.2.3
89
- Fix typo

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# 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+
24
Manage GitHub via Ruboty.
35
This gem adds `deploy pull request` command to original ruboty-github plugin.
46

@@ -16,6 +18,7 @@ gem "ruboty-github"
1618
@ruboty pull request "<title>" from <from> to <to> - Create a new Pull Request
1719
@ruboty deploy pull request "<title>" from <from> to <to> - Create a new Pull Request for Deploy
1820
@ruboty remember my github token <token> - Remember sender's GitHub access token
21+
@ruboty search issues "<query>" - Search an Issues/Pull Requests
1922
```
2023

2124
## ENV

0 commit comments

Comments
 (0)