Skip to content

Commit 7294942

Browse files
committed
tools/get_release_contributors: Ignore dependabot and weblate users
Related: #2904
1 parent 61e3d12 commit 7294942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/get_release_contributors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class UnexpectedGithubStatus(RuntimeError):
3535

3636

3737
# List of user names which should be ignored (such as bots):
38-
ignore_list = ['github-actions[bot]', 'imgbot[bot]', 'actions-bot', 'actions-user', 'ImgBotApp']
38+
ignore_list = ['github-actions[bot]', 'imgbot[bot]', 'actions-bot', 'actions-user', 'ImgBotApp', 'dependabot[bot]', 'weblate']
3939

4040
CHARSET = 'utf-8'
4141

0 commit comments

Comments
 (0)