Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Nov 30, 2023
1 parent 54576e6 commit 4e473e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_authors.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

git log $1 --pretty=format:"%ae" | sort | uniq | head -n 10

git log origin/main..origin/author-action --pretty=format:"%ae" | sort | uniq | head -n 10

EMAILS=$(git log $1 --pretty=format:"%ae" | sort | uniq | head -n 10)

echo "Emails: $EMAILS"
Expand Down

0 comments on commit 4e473e6

Please sign in to comment.