1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00

taskie: Fixed github add issue

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2020-01-01 13:16:43 +01:00
parent cceebef784
commit c1f365db70
3 changed files with 26 additions and 16 deletions

View file

@ -30,3 +30,8 @@ backend.github.detect() {
echo $repo:$closest_git
done
}
backend.github.labels.id() {
githublike.get "labels" \
| jq -r ".[] | .name + \":\" + .name"
}