Skip to content

Instantly share code, notes, and snippets.

View izharaazmi's full-sized avatar
🎯
Focusing

Izhar Aazmi izharaazmi

🎯
Focusing
View GitHub Profile
@liuderchi
liuderchi / create_repo_labels.sh
Last active June 23, 2022 12:40
To Create Labels for your Repo
#!/bin/bash
set -e
# NOTE to create labels for your repo
# to support types from commit message guide (feat, fix, docs, style, refactor, test, chore)
# by hitting GitHub API v3
#
# https://developer.github.com/v3/issues/labels/#create-a-label
# https://gist.github.com/caspyin/2288960