Skip to content

Commit

Permalink
Add screenshot to README
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyRR authored Oct 28, 2024
1 parent 562dfaf commit 131318d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ A github action that notifies pull-request owners that their base branch is behi

It utilizes tools such as `git` and [github-script](https://github.com/actions/github-script) to write workflows in `JavaScript`.

![image](https://github.com/user-attachments/assets/b4e7b947-fef0-4250-853e-09c48afcb98e)


### 🔨 Setup
Below is the bare minimum step in order to utilize this action, by default each of the inputs has a default value.
```yml
Expand Down Expand Up @@ -42,4 +45,4 @@ request-number:
descripton: "The pull request number"
default: ${{ github.event.pull_request.number }}
required: true
```
```

0 comments on commit 131318d

Please sign in to comment.