From 8c2dfef87439698ebbbb329e1332dad821d582b4 Mon Sep 17 00:00:00 2001 From: V7 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)