mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-05-07 11:16:28 +00:00
skip our own commits as it may trigger loop
This commit is contained in:
parent
ad89f86cc0
commit
2334436bac
@ -60,6 +60,9 @@ for commit in commits:
|
||||
if commit["commit"]["message"].startswith("Merge pull request") and commit["commit"]["committer"]=="Github":
|
||||
continue
|
||||
|
||||
if commit["commit"]["message"]=="[Github Action] Automated readme update." and commit["commit"]["committer"]=="GitHub Action":
|
||||
continue
|
||||
|
||||
commit_author=commit['commit']['author']['name']
|
||||
commit_hash=commit['sha']
|
||||
commit_date=commit['commit']['author']['date'].split('T')[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user