Skip to content

Commit

Permalink
update-multitenant-dep: just tag everyone (#148)
Browse files Browse the repository at this point in the history
### What

The `update-multitenant-dep` flow seems to fail:
```
GraphQL: Could not resolve to a User with the login of 'github-merge-queue[bot]'. (u000)
```

I think this is because we use merge queues, so when we assign the PR to
`$GITHUB_ACTOR` we actually assign it to `github-merge-queue[bot]`
instead of the developer.

### How

We'll assign it to the team.
  • Loading branch information
Gil Mizrahi authored Nov 6, 2023
1 parent 830c593 commit 627b896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-multitenant-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
--title "dep update: update ndc-postgres to $LATEST_SHA" \
--head "$BRANCH_NAME" \
--base "main" \
--assignee "$GITHUB_ACTOR"
--reviewer "hasura/native-databases"

0 comments on commit 627b896

Please sign in to comment.