From d7fc07bdd5450560a11c053c4a9f0be49bf629fe Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Sat, 14 Dec 2024 00:56:49 -0800 Subject: [PATCH] auto update: skip adding a reviewer/assignee (#1827) --- .github/workflows/auto-update.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 26b536e6..5a0c898c 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -49,6 +49,4 @@ jobs: source_branch: auto-update-sources-${{ github.run_id }} pr_title: "Update sources" pr_body: ":robot_face: Updating sources to the latest version.\n${{steps.update-sources.outputs.result}}" - pr_reviewer: "anmonteiro,ulrikstrid" - pr_assignee: "anmonteiro,ulrikstrid" github_token: ${{ secrets.GH_PAT_ANMONTEIRO }}