Skip to content

Commit ab22791

Browse files
author
github-actions
committed
chore: update build artifacts
1 parent 56d7022 commit ab22791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31838,7 +31838,7 @@ async function run() {
3183831838

3183931839
const mergeBranchPattern = 'Merge branch [\'"][^\'"]+[\'"] into [^\\s]+';
3184031840
const revertPattern = 'Revert ".*"';
31841-
const createPrPattern = core.getInput('create-pr-pattern') || 'Create PR for #\\d+';
31841+
const createPrPattern = 'Create PR for #\\d+';
3184231842
const types = [
3184331843
'feat', 'fix', 'chore', 'docs', 'style', 'refactor', 'perf', 'test', 'build', 'ci', 'revert'
3184431844
].join('|');

0 commit comments

Comments
 (0)