Skip to content

Commit c8c413c

Browse files
author
SPRINX0\prochazka
committed
skip ci added to commit messages
1 parent 60c7ae4 commit c8c413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ class CommitProcessor {
261261
await runGitCommand(this.processor.repoPaths[repoid], `add -A`);
262262
await runGitCommand(
263263
this.processor.repoPaths[repoid],
264-
`commit -m "${this.processor.config?.syncCommitPrefix} ${this.commit.message}" --author="${this.commit.authorName} <${this.commit.authorEmail}>" --date="${this.commit.authorDate}"`
264+
`commit -m "${this.processor.config?.syncCommitPrefix} [skip ci] ${this.commit.message}" --author="${this.commit.authorName} <${this.commit.authorEmail}>" --date="${this.commit.authorDate}"`
265265
);
266266
if (!this.processor.processOptions.skipPush) {
267267
await runGitCommand(this.processor.repoPaths[repoid], `push`);

0 commit comments

Comments
 (0)