Skip to content

Commit 64af949

Browse files
authored
Update README.md
1 parent cb9c31c commit 64af949

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,10 @@ To periodically converge the settings to the configuration, set the `CRON` envir
222222

223223
In that set up, when changes happen to the settings files and there is a PR for merging the changes back to the `default` branch in the `admin` repo, `safe-settings` will run `checks` – which will run in **nop** mode and produce a report of the changes that would happen, including the API calls and the payload.
224224

225-
The checks will fail if `org-level` branch protections are overridden at the repo or suborg level with a lesser number of required approvers.
225+
The checks will fail if `org-level` branch protections are overridden at the repo or suborg level with a lesser number of required approvers. Here is an screenshot of what users will see in the PR.
226+
227+
<img width="467" alt="image" src="https://github.com/github/safe-settings/assets/57544838/cc5d59fb-3d7c-477b-99e9-94bcafd07c0b">
228+
226229

227230
### Error handling
228231
The app creates a `Check` at the end of its processing to indicate if there were any errors. The `Check` is called `safe-settings` and corrosponds to the latest commit on the `default` branch of the `admin` repo.

0 commit comments

Comments
 (0)