This commit is contained in:
GrantBirki 2023-10-17 09:42:13 -06:00
Родитель 29d06389e2
Коммит e428b06b15
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9029BBCCC15C6F8C
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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.