diff --git a/.github/config/release-config.json b/.github/config/release-config.json index ca1c4a85..cfc11e3f 100644 --- a/.github/config/release-config.json +++ b/.github/config/release-config.json @@ -111,6 +111,22 @@ ], "exhaustive": true, "exhaustive_rules": false + }, + { + "title": "## Customer", + "labels": ["customer"], + "rules": [ + { + "pattern": "myPR", + "on_property": "number" + }, + { + "pattern": "merged", + "on_property": "status" + } + ], + "exhaustive": true, + "exhaustive_rules": false } ], "pr_template": "- ${{TITLE}} (PR #${{NUMBER}} by @${{AUTHOR}})",