From be37fd285eef4ea881793827de8e6ba6d7af0a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Sun, 17 May 2026 11:13:45 +0800 Subject: [PATCH] ci(nix): avoid requesting review from PR author (#2987) --- .github/workflows/nix-flake-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-flake-update.yml b/.github/workflows/nix-flake-update.yml index 09967eb34..f0a623597 100644 --- a/.github/workflows/nix-flake-update.yml +++ b/.github/workflows/nix-flake-update.yml @@ -61,7 +61,7 @@ jobs: nix automated commit-msg: "chore(deps): update flake.lock" - pr-reviewers: houseme, overtrue, majinghe + pr-reviewers: overtrue, majinghe token: ${{ secrets.FLAKE_UPDATE_TOKEN }} - name: Log PR details