Skip to content

Commit

Permalink
Support GitHub check-runs API (#58)
Browse files Browse the repository at this point in the history
These GitHub-driven checks are collected and analyzed
the same way as the (old) commit statuses. For simplicity,
check-runs are stored in the same StatusChecks array.

The 'staging_checks' parameter now reflects the total
number of required commit statuses and required GitHub check-runs.

This support is necessary for projects that
require GitHub Actions.
  • Loading branch information
eduard-bagdasaryan authored Nov 10, 2022
1 parent 9af1bdc commit 63e257a
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 310 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A bot that merges GitHub pull requests",
"main": "Main.js",
"dependencies": {
"@octokit/rest": "^14.0.8",
"@octokit/rest": "^18.12.0",
"bunyan": "^1.8.12",
"github-webhook-handler": "^0.6.0",
"parse-github-url": "^0.3.2",
Expand Down
Loading

0 comments on commit 63e257a

Please sign in to comment.