Advertisement
Guest User

kodiak

a guest
Oct 18th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. version = 1
  2.  
  3. [merge]
  4.  
  5. automerge_label = "bot: merge on green"
  6. blacklist_title_regex = "^WIP.*"
  7. blacklist_labels = ["status: WIP", "breaking change"]
  8. method = "merge"
  9. delete_branch_on_merge = true
  10. block_on_reviews_requested = true
  11. notify_on_conflict = true
  12. optimistic_updates = true
  13.  
  14. [merge.message]
  15.  
  16. title = "github_default"
  17. body = "github_default"
  18. include_pr_number = true
  19. body_type = "markdown"
  20. strip_html_comments = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement