Skip to content

Commit

Permalink
tag everyone?
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil Mizrahi committed Nov 6, 2023
1 parent 98ded58 commit c0dd8ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-multitenant-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
# get newest commit to use
pushd ndc-postgres
LATEST_SHA=$(git rev-parse --short HEAD)
AUTHOR_EMAIL=$(git show -s --format="%ae" HEAD)
AUTHOR_USER=$(gh api search/users -f q="$AUTHOR_EMAIL")
echo "Commit $LATEST_SHA by $AUTHOR_USER"
popd
BRANCH_NAME="update-ndc-postgres-to-$LATEST_SHA"
Expand Down Expand Up @@ -72,4 +69,4 @@ jobs:
--title "dep update: update ndc-postgres to $LATEST_SHA" \
--head "$BRANCH_NAME" \
--base "main" \
--assignee "$AUTHOR_USER"
--assignee "soupi,i-am-tom,danieljharvey,samirtalwar,plcplc"

0 comments on commit c0dd8ea

Please sign in to comment.