-
Type:
Suggestion
-
Resolution: Invalid
-
None
-
Component/s: None
-
None
github.Github;
import com.jcabi.github.Repo;
public class Main {
public static void main(String[] args) {
Github github = new RtGithub(".. your OAuth token ..");
Repo repo = github.repo("jcabi/jcabi-github");
Issue issue = repo.issues().create("How are you?", "Please tell me...");
issue.post("My first comment!");
- is detailed by
-
CRUC-492 look at isMoved detection for patches
- Closed