/yolo-merge

GitHub Action to Automatically Merge based on PR Title & Owner

Primary LanguageJavaScriptMIT LicenseMIT

yolo-merge

GitHub Action to Automatically Merge based on PR Title & Owner

Goals

This action should run on push, and automatically merge PRs to target branches under the following conditions:

  • The author of the PR is the owner of the repo
  • The PR title contains the phrase "YOLO!"
  • The PR does not have any merge conflicts

Steps