Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Jul 8, 2024
1 parent 0bf8294 commit 8981c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get-github-stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ done < prs.txt
rm -f prs.txt

get_issues > issues.txt
# shellcheck disable=SC2034
while read -r number author state; do
ISSUES_CREATED["$repo"]=$(("${ISSUES_CREATED[$repo]:-0}" + 1))
# see if author is a maintainer
Expand Down

0 comments on commit 8981c35

Please sign in to comment.