Skip to content

Commit

Permalink
Update external-contributor-of-the-month.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Sachenko committed Jul 19, 2023
1 parent bedba0c commit 8dd751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/external-contributor-of-the-month.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
PRS=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
"https://api.github.com/repos/spryker/spryker-docs/pulls?state=closed&sort=created&direction=desc&per_page=100&page=$PAGE" \
| jq -r --arg START "$START_DATE" --arg END "$END_DATE" 'map(select(.labels[].name == "Contributor")) | .[].user.login')
| jq -r --arg START "$START_DATE" --arg END "$END_DATE" 'map(select(.merged_at >= $START and .merged_at <= $END and .labels[].name == "contributor")) | .[].user.login')
if [ -z "$PRS" ]; then
break
Expand Down

0 comments on commit 8dd751d

Please sign in to comment.