Skip to content
Snippets Groups Projects
  1. Dec 03, 2018
  2. Nov 09, 2018
  3. Nov 07, 2018
  4. Oct 29, 2018
  5. Oct 26, 2018
  6. Oct 19, 2018
  7. Oct 18, 2018
  8. Oct 08, 2018
  9. Sep 24, 2018
  10. Sep 21, 2018
  11. Sep 14, 2018
  12. Sep 05, 2018
  13. Sep 03, 2018
  14. Sep 02, 2018
  15. Aug 27, 2018
  16. Aug 23, 2018
  17. Aug 16, 2018
  18. Jul 26, 2018
  19. Jul 22, 2018
  20. Jul 09, 2018
  21. Jul 04, 2018
  22. Jun 26, 2018
  23. Jun 20, 2018
  24. Jun 19, 2018
  25. Jun 16, 2018
  26. Jun 14, 2018
  27. Jun 13, 2018
  28. Jun 07, 2018
    • Dragomir Țurcanu's avatar
      feat: comment in PR when branch automerge fails (#2058) · aa84074d
      Dragomir Țurcanu authored
      This PR adds the feature of commenting on a failed automerge. It's done by adding a conditional in `lib/workers/branch/automerge.js` which, in case of receiving `failure` or `error` from the `getBranchStatus` function, returns the "branch status error" value. Another modification is in `lib/workers/branch/index.js`, which is an adition to the failure response of the `tryBranchAutomerge` function. The added functionality is the ability to add a comment to the PR which had a failure automerging. In case of receiving the aforementioned "branch status error" value, to the comment is appended a note which emphasize the fact that there're multiple failed status checks.
      
      Closes #1934 
  29. Jun 04, 2018
Loading