We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b66f2e commit ec20b00Copy full SHA for ec20b00
1 file changed
src/main/java/org/kohsuke/github/GHCodeownersError.java
@@ -1,5 +1,12 @@
1
package org.kohsuke.github;
2
3
+/**
4
+ * Represents an error in a {@code CODEOWNERS} file. See <a href=
5
+ * "https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners">the
6
+ * relevant documentation</a>.
7
+ *
8
+ * @author Michael Grant
9
+ */
10
public class GHCodeownersError {
11
private int line, column;
12
0 commit comments