You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... after all required CI Status checks pass of course 😄
The idea for this is that several repositories have dependency-checker bots that update packages and trigger Travis to run. When those all pass then we could automatically merge these types of PullRequests.
Steps
This code should run when a pull_request.created or status (passed) event occurs.
Ensure the PR is made by a bot
Check if the PR is mergeable (passes CI and has a reviewer if those are configured to be required for the master branch), is made by a bot, and get the commit await octokit.pullRequests.get({owner, repo, number})
... after all required CI Status checks pass of course 😄
The idea for this is that several repositories have dependency-checker bots that update packages and trigger Travis to run. When those all pass then we could automatically merge these types of PullRequests.
Steps
This code should run when a
pull_request.created
orstatus (passed)
event occurs.The text was updated successfully, but these errors were encountered: