thehanimo / pr-title-checker

An action to automatically check if pull request titles conform to Contribution Guidelines
MIT License
109 stars 36 forks source link

Handle Octokit Errors #5

Closed thehanimo closed 3 years ago

thehanimo commented 3 years ago

Adds support for pass_on_octokit_error which helps suppress Octokit Errors and, if true, passes the CI regardless.

Related Issues

4