We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb3532 commit bdbf56eCopy full SHA for bdbf56e
.github/report-status-in-issue.java
@@ -1,7 +1,7 @@
1
//usr/bin/env jbang "$0" "$@" ; exit $?
2
3
-//DEPS org.kohsuke:github-api:1.101
4
-//DEPS info.picocli:picocli:4.2.0
+//DEPS org.kohsuke:github-api:1.318
+//DEPS info.picocli:picocli:4.7.5
5
6
import org.kohsuke.github.*;
7
import picocli.CommandLine;
@@ -87,7 +87,7 @@ public void run() {
87
private static boolean isOpen(GHIssue issue) {
88
return (issue.getState() == GHIssueState.OPEN);
89
}
90
-
+
91
public static void main(String... args) {
92
int exitCode = new CommandLine(new Report()).execute(args);
93
System.exit(exitCode);
0 commit comments