使用 gitpython 每天提交是否违反 GitHub TOS

is it against GitHub TOS to make commits daily, with gitpython

使用 gitpython 每天提交是否违反 GitHub TOS?

我有自动将文件提交到存储库的脚本,它每天大约执行 4 次?这是痛苦的 GitHub TOS 吗?

在 GitHub 服务条款中:https://docs.github.com/en/github/site-policy/github-terms-of-service#h-api-terms

它提到:

    Abuse or excessively frequent requests to GitHub via the API may result in the temporary or permanent 
    suspension of your Account's access to the API. GitHub, in our sole discretion, will determine abuse or 
    excessive usage of the API. We will make a reasonable attempt to warn you via email prior to suspension.
    
    You may not share API tokens to exceed GitHub's rate limitations.
    
    You may not use the API to download data or Content from GitHub for spamming purposes, including for the 
    purposes of selling GitHub users' personal information, such as to recruiters, headhunters, and job 
    boards.

我会因此被封禁吗?

你不应该被禁止。 GitHub API 的速率限制是每小时 60 个请求用于未经身份验证的请求,每小时 5,000 个请求用于经过身份验证的请求,请参阅 here