Skip to content

Commit 1b1c53b

Browse files
committed
docs: update readme
1 parent b32ac32 commit 1b1c53b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The supported action webhook events are `issues` | `pull_request`.
1212
1313

1414
## Screenshot
15-
![DEMO GIF](https://raw.githubusercontent.com/1natsu172/github-action-auto-move-related-issue/d0035515ff6b689b43c0a65e01e3943a8dde9897/media/demo.gif)
15+
![DEMO GIF](https://raw.githubusercontent.com/1natsu172/github-action-auto-move-related-issue/b32ac32e466fe77b3442cc3e5cd348f5d87bd024/media/work-demo.gif)
1616

1717
## Usage
1818

@@ -67,10 +67,14 @@ projectName: "kanban1"
6767
columnName: "Review in progress"
6868
```
6969

70+
**This action support single project and single column target.**
71+
7072
### Please write an `Issue` paragraph in your Issue or PullRequest content
7173

7274
**Must write `Issue` paragraph and Issue or PullRequest number or url**
7375

76+
![content-body-example](https://github.com/1natsu172/github-action-auto-move-related-issue/blob/b32ac32e466fe77b3442cc3e5cd348f5d87bd024/media/content-body-example.png?raw=true)
77+
7478
example
7579

7680
```markdown
@@ -87,15 +91,13 @@ https://github.com/sushi-kun/github-projects-lab/issues/5
8791
.
8892
```
8993

90-
**This action support single project and single column target.**
91-
9294
## Config rules
9395

9496
### Write the exact name
9597

9698
According to the image below.
9799

98-
![project name and column name is here](https://github.com/1natsu172/github-action-auto-move-related-issue/blob/d0035515ff6b689b43c0a65e01e3943a8dde9897/media/project-and-column-name.png?raw=true)
100+
![project name and column name is here](https://github.com/1natsu172/github-action-auto-move-related-issue/blob/b32ac32e466fe77b3442cc3e5cd348f5d87bd024/media/project-and-column-name.png?raw=true)
99101

100102
## Behavior
101103

0 commit comments

Comments
 (0)