From b7173b93aae16e9733b556b661449d8f3b4e5ab4 Mon Sep 17 00:00:00 2001 From: Spencer Perkins <95900100+SpecialThing44@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:34:01 -0400 Subject: [PATCH] Clarify that repo-config file is optional --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30096bd7..34e24d76 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,8 @@ See the [configuration documentation](https://github.com/scala-steward-org/scala # Location of a `.scala-steward.conf` file with default # values. # - # If the provided file is missing the action will fail. + # If you specify a file and it does not exist in the + # selected branch then this action will fail when it runs. # # Default: .github/.scala-steward.conf repo-config: ''