Skip to content

Commit ad9926c

Browse files
committed
ci: exclude bot and test-only users from contributors list
1 parent 0658d24 commit ad9926c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
output_file: CONTRIBUTORS.md
3333
format: table
3434
columns: 6
35-
exclude: 'github-actions[bot],actions-user'
35+
exclude: 'github-actions[bot],actions-user,dependabot[bot],weblineuser'
3636

3737
- name: Commit changes
3838
uses: somaz94/go-git-commit-action@v1

0 commit comments

Comments
 (0)