Skip to content

Commit 83c0dcd

Browse files
Added githubgraph flow in the readme
1 parent 75bb0a2 commit 83c0dcd

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ Automate custom commands on pull requests using GitHub Actions.
66

77
This GitHub Action allows you to execute ad-hoc commands on pull requests dynamically in response to comments. It provides a flexible way to trigger specific tasks based on user interactions.
88

9+
```mermaid
10+
gitGraph
11+
commit "1"
12+
commit "2"
13+
branch develop
14+
commit "3"
15+
commit "4"
16+
commit "5"
17+
checkout main
18+
commit "6"
19+
commit "7"
20+
checkout develop
21+
commit "(rebase and squash here)"
22+
merge main
23+
```
24+
925
## Usage
1026

1127
### Workflow Setup
@@ -42,18 +58,4 @@ jobs:
4258
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4359
```
4460
45-
```mermaid
46-
gitGraph
47-
commit "1"
48-
commit "2"
49-
branch develop
50-
commit "3"
51-
commit "4"
52-
commit "5"
53-
checkout main
54-
commit "6"
55-
commit "7"
56-
checkout develop
57-
commit "(rebase and squash here)"
58-
merge main
59-
```
61+

0 commit comments

Comments
 (0)