mirror of
https://github.com/danielmiessler/SecLists
synced 2026-02-27 18:05:54 +01:00
skip our own commits as it may trigger loop
This commit is contained in:
parent
ad89f86cc0
commit
2334436bac
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue