Skip to content

Commit

Permalink
Fix Mergifty configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Aug 15, 2024
1 parent 7ce5098 commit 226f50f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ pull_request_rules:
- "label = 'blog/engineering'"
actions:
request_reviews:
users: ["AlekSi", "Fashander", "ptrfarkas"]
teams: ["@FerretDB/leads", "@FerretDB/core"]
users_from_teams: ["@FerretDB/leads", "@FerretDB/core"]
users_from_teams: ["@FerretDB/core", "@FerretDB/docs"]
comment:
message: "Engineering blog posts should be reviewed by other engineers and @Fashander."
message: "Engineering blog posts should be reviewed by @FerretDB/core and @FerretDB/docs."

- name: "Request review for marketing blogs posts"
conditions:
Expand Down

0 comments on commit 226f50f

Please sign in to comment.