From 131318dfac1895a4d5ea802f359ddb6b96eec110 Mon Sep 17 00:00:00 2001 From: Vasil Kotsev <9307969+SonnyRR@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:26:54 +0000 Subject: [PATCH] Add screenshot to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c76902..1184243 100644 --- a/README.md +++ b/README.md @@ -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 @@ -42,4 +45,4 @@ request-number: descripton: "The pull request number" default: ${{ github.event.pull_request.number }} required: true -``` \ No newline at end of file +```