Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added core functionality to auto-merge PRs #5

Merged
merged 40 commits into from
Sep 27, 2023
Merged

Commits on Sep 26, 2023

  1. added log of events

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    297684f View commit details
    Browse the repository at this point in the history
  2. added better log handling

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    24f68ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    033f3ac View commit details
    Browse the repository at this point in the history
  4. commented unused line

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    13f7fb0 View commit details
    Browse the repository at this point in the history
  5. added simple graphql query

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3d3992d View commit details
    Browse the repository at this point in the history
  6. catched the error

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    cd325e8 View commit details
    Browse the repository at this point in the history
  7. fixed missing function

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    921062c View commit details
    Browse the repository at this point in the history
  8. fixed variable name

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0ac112d View commit details
    Browse the repository at this point in the history
  9. awaited function

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7b6c5b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4270a1c View commit details
    Browse the repository at this point in the history
  11. added tests and fixed bug

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d9686ef View commit details
    Browse the repository at this point in the history
  12. added more verbosity

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6700333 View commit details
    Browse the repository at this point in the history
  13. fixed naming issue

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    34d9a6a View commit details
    Browse the repository at this point in the history
  14. abstracted logic to class

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b7cadd3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ea5293f View commit details
    Browse the repository at this point in the history
  16. imrpoved comment

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    82b198c View commit details
    Browse the repository at this point in the history
  17. added reaction to comment

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e5878cb View commit details
    Browse the repository at this point in the history
  18. improved message

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c2f6486 View commit details
    Browse the repository at this point in the history
  19. added help command

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a5bddf9 View commit details
    Browse the repository at this point in the history
  20. added nitpicking of reaction

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1a99d81 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7c17565 View commit details
    Browse the repository at this point in the history
  22. implemented new bot class

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ed9d090 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    691c40d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2dda708 View commit details
    Browse the repository at this point in the history
  25. fixed spacing

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    258e55d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c740d81 View commit details
    Browse the repository at this point in the history
  27. added documentation comments

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    685bf2c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7f22891 View commit details
    Browse the repository at this point in the history
  29. changed merge type

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    218a910 View commit details
    Browse the repository at this point in the history
  30. changed variable name

    It seems that 'method' can not be used
    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6f3e2fa View commit details
    Browse the repository at this point in the history
  31. created readme

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2e69224 View commit details
    Browse the repository at this point in the history
  32. updated config files

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1892082 View commit details
    Browse the repository at this point in the history
  33. ran yarn fix

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    da4b77e View commit details
    Browse the repository at this point in the history
  34. fixed linting issues

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fd4b55f View commit details
    Browse the repository at this point in the history
  35. implemented bot on itself

    Bullrich committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7251799 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    b4c9ab1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1d5dc8d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    51696c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fixed comment

    Co-authored-by: Przemek Rzad <roopert7@gmail.com>
    Bullrich and rzadp committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2736fcb View commit details
    Browse the repository at this point in the history
  2. updated docs to add code check

    also updated worflow to have the same effect
    Bullrich committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f20cddc View commit details
    Browse the repository at this point in the history