From 9e9802ccf05e4052f3488845718cd8c2fa0c3453 Mon Sep 17 00:00:00 2001
From: V7 <maydayv7@gmail.com>
Date: Tue, 1 Feb 2022 09:57:47 +0530
Subject: [PATCH] docs: Add information about Cosmetic Changes

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index b928ebf..427fddc 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,11 @@ jobs:
             access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
       - name: Update flake.lock
         uses: DeterminateSystems/update-flake-lock@vX
+        with:
+          pr-title: "Update flake.lock" # Title of PR to be created
+          pr-labels: |                  # Labels to be set on the PR
+            dependencies
+            automated
 ```
 
 ## Example updating specific input(s)