Skip to content

Commit

Permalink
docs: Add demo images [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 7, 2020
1 parent 0ed65d1 commit 07302ab
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: peaceiris/actions-label-commenter@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# config_file: .github/commenter_test_1.yml
# config_file: .github/commenter.yml
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![Release Feed](https://img.shields.io/badge/release-feed-yellow)](https://github.com/peaceiris/actions-label-commenter/releases.atom)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=peaceiris/actions-label-commenter)](https://dependabot.com)

<img width="400" alt="Label Commenter GitHub Action" src="./images/ogp.jpg">



## Label Commenter Action
Expand All @@ -14,6 +16,8 @@ Label triggered GitHub Actions for commenting on issues or pull requests, then c

## Getting Started

Create your GitHub Actions workflow file and Label Commenter Action setting file. Commit those and push to the remote master branch.

### Workflow Setting

```yaml
Expand Down Expand Up @@ -43,7 +47,7 @@ jobs:
uses: peaceiris/actions-label-commenter@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# config_file: .github/commenter_test_1.yml
# config_file: .github/commenter.yml
```

### Action Setting
Expand Down Expand Up @@ -89,6 +93,30 @@ labels:
## Examples
### Comment and Close Invalid Format Issue or Pull Request
![](images/demo_1.jpg)
### Reopen Issue or Pull Request
![](images/demo_2.jpg)
### Comment and Close Wontfix Issue or Pull Request
![](images/demo_3.jpg)
### Comment and Close Duplicate Issue or Pull Request
![](images/demo_4.jpg)
### Comment multiple line
![](images/demo_5.jpg)
## Changelog
- [CHANGELOG.md](./CHANGELOG.md)
Expand Down
Binary file added images/demo_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo_4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo_5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ogp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07302ab

Please sign in to comment.