Skip to content

Commit 699b166

Browse files
committed
chore: update ignore patterns in changelog workflow
1 parent a10347f commit 699b166

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ jobs:
147147
--commit-limit false \
148148
--unreleased \
149149
--sort-commits date \
150-
--ignore-commit-pattern "^(build|chore|ci|docs|style|refactor|perf|test)(\(.+\))?: " \
150+
--ignore-commit-pattern "^(build|chore|ci|docs|style|refactor|perf|test)(\(.+\))?: |docs: auto-update|\\[skip ci\\]" \
151+
--ignore-commit-author "github-actions[bot]" \
151152
--commit-url "https://github.com/chess-labs/chessboard/commit/{id}" \
152153
--compare-url "https://github.com/chess-labs/chessboard/compare/{from}...{to}" \
153154
--issue-url "https://github.com/chess-labs/chessboard/issues/{id}"

0 commit comments

Comments
 (0)