The question from my comment is here: How to check for merged branches using github api
Is it possible to check the merging of two branches using the github API without creating a PR? I do not want to start anything by creating a PR, even if I immediately delete the PR after.
You can try and use the GitHub API compare commits (which can be used for branches) as I shown here .
This will give you the status:
"status": "behind", "ahead_by": 1, "behind_by": 2,
: ( )., ... , .
Source: https://habr.com/ru/post/1689876/More articles:Force Milliseconds When Serialized Instantly to ISO8601 using Jackson - javahttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1689872/adding-user-defaults-to-dark-mode&usg=ALkJrhha9ZnxVD19R_1LG6yG08NmlmU0sgSingleton in enum view - javaSchedule a specific file for storage on an EBS volume in AWS - amazonError creating bean named "entityManagerFactory" when adding spring load jpa dependencies - springJava Interop: применить @JvmName к getters свойств в интерфейсе или абстрактном классе - javaCan we create Android widgets in awe? - androidWhat are the reasons for "Permissions on are not properly ordered"? - windowsCreate a nested array recursively - javascriptPlan sparks for collect_list - apache-sparkAll Articles