We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720861e commit b1ae2d3Copy full SHA for b1ae2d3
src/main/java/org/kohsuke/github/GHVerification.java
@@ -61,8 +61,8 @@ public String getPayload() {
61
* The possible values for reason in verification object from github.
62
*
63
* @author Sourabh Sarvotham Parkala
64
- * @see <a href="https://developer.github.com/v3/repos/commits/#signature-verification-object">List of possible
65
- * reason values</a>
+ * @see <a href="https://docs.github.com/en/graphql/reference/enums#gitsignaturestate">List of possible
+ * reason values. Note graphQL documentation has currently the most updated values.</a>
66
*/
67
public enum Reason {
68
0 commit comments