From cb8a3f90d844c5199eccb2d4cb7f5b0c2f0f94e7 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Thu, 9 Nov 2023 09:31:13 +0100 Subject: [PATCH] doc: config-path input --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bcce1e..edd8574 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,9 @@ Action currently accepts the following options: - uses: redhat-plumbers-in-action/devel-freezer@v1 with: - pr-number: - token: + pr-number: + config-path: + token: # ... ``` @@ -213,6 +214,13 @@ Pull Request number. * default value: `${{ github.event.number }}` * requirements: `required` +### config-path + +Path to configuration file. Configuration file format is described in: [Policy section](#policy). + +* default value: `.github/development-freeze.yml` +* requirements: `optional` + ### token Token used to create comments. Minimal required permissions are `contents: read` and `pull-requests: write` @@ -263,4 +271,4 @@ The message that is going to be displayed in form of a comment when development The message that is going to replace the development freeze message when development freeze conditions are no longer met. Support for a multi-line string using `|` YAML syntax. -* requirements: `required` \ No newline at end of file +* requirements: `required`