Skip to content

Commit c251218

Browse files
Added the coverage and usage flow
1 parent 0871513 commit c251218

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# GithubAction Runtime Adhoc PR Commands
22

3+
<p align="center">
4+
<img src="./assets/cover.gif" width="300" alt="githubaction workflow status generator">
5+
</p>
6+
37
Automate custom commands on pull requests using GitHub Actions.
48

59
## Overview
@@ -112,13 +116,15 @@ jobs:
112116
fetch-depth: 0
113117

114118
- name: Running Adhoc commands
115-
uses: GirishCodeAlchemy/githubaction-runtime-adhoc-pr-commands@main
119+
uses: GirishCodeAlchemy/githubaction-runtime-adhoc-pr-commands@v1
116120
with:
117121
autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }}
118122
env:
119123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120124
```
121125
126+
![Alt text](assets/usage-flow.gif)
127+
122128
## Github Action Adhoc Commands Workflow
123129
124130
```mermaid

assets/cover.gif

19.8 MB
Loading

assets/usage-flow.gif

16.5 MB
Loading

0 commit comments

Comments
 (0)