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:
parent
cceebef784
commit
c1f365db70
3 changed files with 26 additions and 16 deletions
|
|
@ -30,3 +30,8 @@ backend.github.detect() {
|
|||
echo $repo:$closest_git
|
||||
done
|
||||
}
|
||||
|
||||
backend.github.labels.id() {
|
||||
githublike.get "labels" \
|
||||
| jq -r ".[] | .name + \":\" + .name"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue