From 8920c76cc757b4a1a9a0055c54626526a5dcbc21 Mon Sep 17 00:00:00 2001 From: Tim Lee Date: Tue, 26 Aug 2025 14:33:24 -0600 Subject: [PATCH] Enable assignees for automated FMA PR creation (#32327) --- .github/workflows/ingest-maintained-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ingest-maintained-apps.yml b/.github/workflows/ingest-maintained-apps.yml index 780768b54e..10ed01b2df 100644 --- a/.github/workflows/ingest-maintained-apps.yml +++ b/.github/workflows/ingest-maintained-apps.yml @@ -96,7 +96,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 != '[]'