Skip to content

Commit

Permalink
Update release-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored Sep 20, 2024
1 parent 65de605 commit d24e51a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/config/release-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}})",
Expand Down

0 comments on commit d24e51a

Please sign in to comment.