[O] Dockerize AI github moderator

This commit is contained in:
2026-04-20 01:32:54 -04:00
parent 2361be73ba
commit 7433df5d74
3 changed files with 25 additions and 5 deletions
-2
View File
@@ -37,8 +37,6 @@ me = gh.get_user()
repo = gh.get_repo(config["gh_repo"])
printc(f"&a[+] Logged in as {me.login}")
harm_classifier_url, harm_classifier_token = config["harm_classifier_url"], config["harm_classifier_token"]
script_path = Path(__file__).parent
supported_events = ["issue_comment", "issues", "pull_request", "pull_request_review_comment"]
ai_notice = f"If you think this is a false-positive, please contact the owner of this repo."