Skip to content

Commit 7a8f8dd

Browse files
author
github-actions
committed
chore: update build artifacts
1 parent f99a838 commit 7a8f8dd

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
@@ -31835,7 +31835,7 @@ async function run() {
3183531835
try {
3183631836
// Get inputs from workflow
3183731837
const token = core.getInput('github-token', { required: true });
31838-
const pattern = core.getInput('pattern') || '^(feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)(\\(\\w+\\))?: .+$';
31838+
const pattern = core.getInput('pattern') || '^((Merge[ a-z-]* branch.*)|(Revert*)|((build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\(.*\))?!?: .*))$';
3183931839
const regexPattern = new RegExp(pattern);
3184031840

3184131841
// Create octokit client

0 commit comments

Comments
 (0)