You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Better informed users of limitations in GitHub label calls in documentation
* docs: minor formatting changes
---------
Co-authored-by: Federico Grandi <[email protected]>
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@ How to create a config file:
64
64
- Every label should be an array element: add some square brackets `[]` if you need to.
65
65
- Every element of the array should be an object with the following properties:
66
66
- `name`- The name of the label.
67
-
- `color`- The color of the label.
68
-
- `description`- [optional] The description of the label.
67
+
- `color`- The color of the label, with or without a leading `#`.
68
+
- `description`- [optional] The description of the label ([max 100 characters](https://docs.github.com/en/rest/issues/labels?apiVersion=2022-11-28#create-a-label)).
69
69
- `aliases` - [optional] An array containing the "aliases" of the label. If an existing label's name is an alias that label will be edited to match your config: this way you don't loose issues and PRs that have been labeled previously.
0 commit comments