Skip to content

Commit

Permalink
In update-multitenant-deb workflow, update reference to the hasura/ap…
Browse files Browse the repository at this point in the history
…i-pg group to hasura/engine (#629)

<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

hasura/api-pg group was renamed to hasura/engine

<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->

<!-- Consider: do we need to add a changelog entry? -->

### How

This PR updates the update-multitenant-dep workflow to use the new group
name

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->
  • Loading branch information
BenoitRanque authored Oct 15, 2024
1 parent 3ecf2be commit a058b72
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 @@ -79,7 +79,7 @@ jobs:
--title "dep update: update ndc-postgres to $LATEST_SHORT_SHA" \
--head "$BRANCH_NAME" \
--base "main" \
--reviewer "hasura/api-pg"
--reviewer "hasura/engine"
# scream into Slack if something goes wrong
- name: Report Status
Expand Down

0 comments on commit a058b72

Please sign in to comment.