Skip to content

Commit

Permalink
Add make target to add contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenisanerd committed Sep 1, 2022
1 parent b3c5d03 commit 1bbfd5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ release:

clean:
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

0 comments on commit 1bbfd5e

Please sign in to comment.