We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10347f commit 699b166Copy full SHA for 699b166
.github/workflows/auto-changelog.yml
@@ -147,7 +147,8 @@ jobs:
147
--commit-limit false \
148
--unreleased \
149
--sort-commits date \
150
- --ignore-commit-pattern "^(build|chore|ci|docs|style|refactor|perf|test)(\(.+\))?: " \
+ --ignore-commit-pattern "^(build|chore|ci|docs|style|refactor|perf|test)(\(.+\))?: |docs: auto-update|\\[skip ci\\]" \
151
+ --ignore-commit-author "github-actions[bot]" \
152
--commit-url "https://github.com/chess-labs/chessboard/commit/{id}" \
153
--compare-url "https://github.com/chess-labs/chessboard/compare/{from}...{to}" \
154
--issue-url "https://github.com/chess-labs/chessboard/issues/{id}"
0 commit comments