Skip to content

Commit 8c3bce3

Browse files
committed
Update mkdocs.yml
1 parent af39f02 commit 8c3bce3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ plugins:
180180
authorship_threshold_percent: 1
181181
ignore_authors:
182182
183-
184-
185183
#ignore_commits: .git-blame-ignore-revs
186184
exclude:
187185
- projects/**.md
@@ -196,7 +194,9 @@ plugins:
196194
- git-committers:
197195
repository: VIP-SMUR/wiki
198196
exclude_committers:
199-
- web-flow
197+
- "web-flow" # GitHub web UI edits
198+
- "actions-user" # GitHub Actions
199+
- "github-actions[bot]" # GitHub Actions bot
200200
branch: main
201201
docs_path: docs/
202202
token: !ENV ["GithubAccessToken"]

0 commit comments

Comments
 (0)