- add README updates

This commit is contained in:
Mike Penz
2023-06-04 18:57:45 +00:00
committed by GitHub
parent 831ac3e7ee
commit 1f64818c28
2 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ it('Reference PRs', async () => {
]
customConfig.pr_template = "${{NUMBER}} -- ${{REFERENCED[*].number}}"
customConfig.reference = {
pattern: '.*\ \#(.).*',
pattern: '.*\ \#(.).*', // matches the 1 from "abcdefg #1 adfasdf"
on_property: 'body',
method: 'replace',
target: '$1'