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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,18 @@ Both `<org>` and `<repo>` may optionally be formated as `<org/repo>`.
40
40
41
41
-`-d``--destructive` - When enabled, allows `standardize` to remove labels not found in the config file.
42
42
43
-
## Example
43
+
## Examples
44
44
45
45
The following would add a `docs` issue label with the color `d4c5f9` to every repo in `repo-utils`.
46
46
47
47
```bash
48
48
$ org-labels add repo-utils docs d4c5f9
49
49
```
50
50
51
+
The following would standardize labels in all `repo-utils` repos using the [jshttp labels config](https://github.com/jshttp/style-guide/tree/master/config).
0 commit comments