Skip to content

Commit

Permalink
Contributor of the month September 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadoc committed Oct 5, 2023
1 parent 479fd73 commit d89fee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/internal-contributor-of-the-month.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
id: determine
run: |
# Set the start and end dates for July 2023
START_DATE="2023-08-01"
END_DATE="2023-08-31"
MONTH_NAME="August"
START_DATE="2023-09-01"
END_DATE="2023-09-31"
MONTH_NAME="September"
# Exclude certain users
EXCLUDED_USERS=("VadymSachenko" "lenadoc" "andriitserkovnyi" "AlexSlawinski") # Add the usernames to be excluded here
Expand Down

0 comments on commit d89fee7

Please sign in to comment.