diff --git a/.github/workflows/nix-flake-update.yml b/.github/workflows/nix-flake-update.yml index 3d74456c..b64d4c7c 100644 --- a/.github/workflows/nix-flake-update.yml +++ b/.github/workflows/nix-flake-update.yml @@ -52,8 +52,8 @@ jobs: nix automated commit-msg: "chore(deps): update flake.lock" - pr-reviewers: houseme, heihutu - token: ${{ secrets.GITHUB_TOKEN }} + pr-reviewers: houseme, overtrue, majinghe + token: ${{ secrets.FLAKE_UPDATE_TOKEN }} - name: Log PR details if: steps.update.outputs.pull-request-number diff --git a/.gitignore b/.gitignore index 78604601..dd77b6ee 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,5 @@ docs result* *.gz rustfs-webdav.code-workspace + +.aiexclude \ No newline at end of file