From e428b06b15410d1da0e84258279a25550e32f6f7 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 17 Oct 2023 09:42:13 -0600 Subject: [PATCH] add "first time setup" note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ac50fa..d590588 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,7 @@ Here are the configuration options for this Action: | Output | Description | | ------ | ----------- | | `approved` | The string `"true"` if the privileged-requester approved the pull request | + +## First Time Setup + +It should be noted that this Action looks at the `default` branch for its configuration file. This means that if you add this Action through a pull request, it will look at the default branch and _fail_ because it cannot find the config file that has not landed on `main` / `master` yet. After merging the pull request that adds this Action to your repository, it should work as expected.