Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

14 lines (13 loc) · 1.03 KB

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