From f6d929861c8ad8d49838570e1dc919ee89ab49b7 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Mon, 12 May 2025 12:54:38 -0500 Subject: [PATCH] Drop assignees from FMA automated PRs (#29049) Due to modifications in the Fleet-maintained apps update process, #g-software engineers are no longer the DRIs for moving update PRs along. --- .github/workflows/ingest-maintained-apps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ingest-maintained-apps.yml b/.github/workflows/ingest-maintained-apps.yml index 5b2b753f2f..dfd8bb92fe 100644 --- a/.github/workflows/ingest-maintained-apps.yml +++ b/.github/workflows/ingest-maintained-apps.yml @@ -93,7 +93,7 @@ jobs: Generated automatically with cmd/maintained-apps. body: Automated ingestion of latest Fleet-maintained app data. - assignees: ${{ steps.get_assignee_ids.outputs.github_ids }} +# assignees: ${{ steps.get_assignee_ids.outputs.github_ids }} - name: Close Existing PRs if: steps.search_pr.outputs.result != '[]' @@ -115,4 +115,4 @@ jobs: pull_number: prNumber, state: 'closed', }); - } \ No newline at end of file + }