From 6b0799644f4e688c1c65a10ded29c8179f78dbbf Mon Sep 17 00:00:00 2001 From: Wael AbuSeada Date: Wed, 20 May 2026 20:00:03 -0600 Subject: [PATCH] Skip Copilot PR review for business-central-bot PRs --- .github/workflows/CopilotPRReview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CopilotPRReview.yaml b/.github/workflows/CopilotPRReview.yaml index 9025e64c4b..ddc86b9d9b 100644 --- a/.github/workflows/CopilotPRReview.yaml +++ b/.github/workflows/CopilotPRReview.yaml @@ -22,7 +22,7 @@ permissions: jobs: intake: - if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false && github.event.pull_request.user.login != 'business-central-bot[bot]' runs-on: ubuntu-latest defaults: run: