README.md status-api ENVIRONMENT VARIABLES: ZABBIX_URL : <url to access zabbix instance> ZABBIX_USER : <zabbix username> ZABBIX_PASSWORD : < zabbix password> NUM_OF_HOSTGROUPS : <number of hostgroups> HG<n> : <
如果� 正在开发 GitHub 应用程序,并希望提供有关外部服务的更多信息,则可能需要使用检查API。 Get the combined status for a specific reference 使用GitHub Apps Users with pull access in a repository can access a combined view of commit statuses for a given ref. The ref can be a SHA, a branch...
GitHubApiStatusGitHubApiStatus.Extensions GitHubApiStatus makes it easy to understand GitHub's API Rate Limit! Jump to the Setup Jump to the GitHubApiStatus API Jump to the GitHubApiStatus.Extensions API Jump to Examples For more information, check out this blog post,Introducing GitHubApiStatus ...
Last week we announcedsupport for build statuses in the branches page. Now we are extending this to the API. TheAPI endpoint for commit statuseshas been extended to allow branch and tag names, as well as commit SHAs. curl https://api.github.com/repos/rails/rails/statuses/3-2-stable ...
有关提交状态 API 的信息,请参阅 GraphQL API 文档中的“对象”或“适用于提交的 REST API 终结点”。例如,可以在发生 status 事件时运行工作流。on: status 如果要基于新的提交状态在工作流中运行作业,可以使用 github.event.state 上下文。 例如,以下工作流在提交状态发生更改时触发,但 if_error_or_failure...
status =Column(Integer,nullable=False,info='运行状态') last_update_time =Column(Integer,nullable=True,info='上次扫描时间') next_update_time =Column(Integer,nullable=True,info='下次扫描时间') classGithubCommit(db.Model): __tablename__ = 'github_commit' ...
the progress of an attempt to perform a build at a particular commit). The Status API doesn't perform the build; it just reports the results. Much like the Status API, we won't be doing actual deployments for you. Instead, the API provides a way for you to track the status of your...
Persistent commit signature verification reflects the verified state of a commit at the time of verification. This means that if a signing key is later revoked, expired, or otherwise altered, previously verified commits retain their verified status based on the record created during the initial verif...
#你的GitHub usernameowner:【GitHubusername】#你的GitHub repo namerepo:【reponame】#加入要监控的网站名称与URL ,可以添加多个网站sites:-name:【网站名称】url:【URL】#没有域名的按照以下模版填写status-website:#cname: demo.upptime.js.org (移除)baseUrl:/upptime#有域名的按照以下模版填写status-website...
github:workflow的信息,如github.sha可以获取当前的commit SHA,我们可以利用它为sentry或者docker image打入版本号 env: 环境变量 job: 当前执行job的信息,如job.status表示当前job的执行状态 matrix: 描述一些构建信息,如node以及os版本号 更多context信息可以参考官方文档 Contexts and expression syntax for GitHub Actio...