From 7f6fcea9a476d401d2ee7e40efc1f2bc034fffc3 Mon Sep 17 00:00:00 2001 From: Eric Weber Date: Sun, 13 Oct 2024 20:18:55 +0000 Subject: [PATCH] docs: settings as code notice --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 81bf645..a092933 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,7 @@ Build the image: ```bash REGISTRY=ghcr.io/rcwbr/ IMAGE_NAME=release-it-docker docker buildx bake --file github-cache-bake.hcl 'https://github.com/rcwbr/dockerfile-partials.git#main' ``` + +### Settings + +The GitHub repo settings for this repo are defined as code using the [Probot settings GitHub App](https://probot.github.io/apps/settings/). Settings values are defined in the `.github/settings.yml` file. Enabling automation of settings via this file requires installing the app.