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
+9-24Lines changed: 9 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
**TL;DR:**_Want [beautiful GitHub Labels like these](https://github.com/seantrane/github-label-presets/labels)?_ Want to have them unobtrusively synced with your repos? Want to persist them indefinitely? Want to maintain your own labels? If the answers have been yes, this is definitely not _too long_, please read on.
12
12
13
-
**TL;DR:2** Really? Still _too long_? From your repo directory, run; `npm install -g @azu/github-label-setup && github-label-setup --token <gh_token> -l @seantrane/github-label-presets`
13
+
**TL;DR:2** Really? Still _too long_? From your repo directory, run; `npm install -g github-label-sync && github-label-sync -a <github_token> -l 'https://git.io/fAe5i' <github_name>/<github_repo>`
14
14
15
15
### Details
16
16
@@ -37,43 +37,28 @@ There are many very good examples of GitHub Label strategies. Almost all of them
37
37
-`work` = describe situation; `chaotic`, `complex`, `complicated` or `obvious`
38
38
- The only labels without prefixes are; `breaking`, `good first issue`, `greenkeeper`, `help`, `stale` and `semantic-release`
39
39
40
-
The _GitHub Label presets_ are meant to be used with one of two packages:
40
+
The _GitHub Label presets_ are meant to be used with [github-label-sync](https://github.com/Financial-Times/github-label-sync):
-_Synchronise your GitHub labels with as few destructive operations as possible - similar labels get renamed._
44
-
- Load [label config](https://github.com/Financial-Times/github-label-sync#label-json) via path or URL.
45
-
- Run on specified repo via CLI parameter.
46
-
-[@azu/github-label-setup](https://github.com/azu/github-label-setup)_(a wrapper of `github-label-sync`)_
47
-
-_Opinionated GitHub label setup tool._
48
-
- Works without config, using [default opinionated labels](https://github.com/azu/github-label-setup#default-labels).
49
-
- Load [label config](https://github.com/Financial-Times/github-label-sync#label-json) via path, URL or [npm package](https://github.com/azu/github-label-setup#npm-packages-for-labels).
42
+
-_Synchronise your GitHub labels with as few destructive operations as possible - similar labels get renamed._
43
+
- Load [label config](https://github.com/Financial-Times/github-label-sync#label-json) via path or URL.
44
+
- Run on specified repo via CLI parameter.
50
45
51
46
## Usage <aid="usage"></a>
52
47
53
48
**Required:**[Generate a GitHub Access Token](https://github.com/settings/tokens), provide it via `GITHUB_ACCESS_TOKEN` environment variable. _If you cannot provide token as env-var, you may also pass it via CLI._
54
49
55
-
### via `github-label-sync` <aid="usage-github-label-sync"></a>
0 commit comments