mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Add make target to add contributors
This commit is contained in:
parent
b3c5d03af2
commit
1bbfd5e152
4
Makefile
4
Makefile
@ -79,3 +79,7 @@ release:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -fr gotty builds js/dist bindata/static js/node_modules
|
rm -fr gotty builds js/dist bindata/static js/node_modules
|
||||||
|
|
||||||
|
addcontributors:
|
||||||
|
gh issue list -s all -L 1000 --json author -t "$$(echo '{{ range . }}{{ .author.login }}\n{{ end }}')" | sort | uniq | xargs -Ifoo all-contributors add foo bug
|
||||||
|
gh pr list -s all -L 1000 --json author -t "$$(echo '{{ range . }}{{ .author.login }}\n{{ end }}')" | sort | uniq | xargs -Ifoo all-contributors add foo code
|
Loading…
Reference in New Issue
Block a user