From ee108157ed11bfbd4395ee499d1d59c2de7b27af Mon Sep 17 00:00:00 2001 From: Yogendra Shelke Date: Wed, 25 Mar 2026 16:53:04 +0530 Subject: [PATCH 1/3] fix: update pull request trigger comment in labeler workflow --- .github/workflows/PullRequestLabeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PullRequestLabeler.yml b/.github/workflows/PullRequestLabeler.yml index 170b785fb..9f4bd4c04 100644 --- a/.github/workflows/PullRequestLabeler.yml +++ b/.github/workflows/PullRequestLabeler.yml @@ -1,6 +1,6 @@ name: "Pull Request Labeler" on: - - pull_request_target + - pull_request_target #always checks the configuration from the target branch, for source branch change this to pull_request jobs: triage: From c13bee46ae2b219a4be126a1f86474a9d6a2fcf9 Mon Sep 17 00:00:00 2001 From: Yogendra Shelke Date: Wed, 25 Mar 2026 17:11:26 +0530 Subject: [PATCH 2/3] fix: change pull request event to trigger from source branch --- .github/workflows/PullRequestLabeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PullRequestLabeler.yml b/.github/workflows/PullRequestLabeler.yml index 9f4bd4c04..a41a7cf97 100644 --- a/.github/workflows/PullRequestLabeler.yml +++ b/.github/workflows/PullRequestLabeler.yml @@ -1,6 +1,6 @@ name: "Pull Request Labeler" on: - - pull_request_target #always checks the configuration from the target branch, for source branch change this to pull_request + - pull_request jobs: triage: From 94236207b61f422f07a13f19e7cac761592bf181 Mon Sep 17 00:00:00 2001 From: Yogendra Shelke Date: Wed, 25 Mar 2026 17:13:12 +0530 Subject: [PATCH 3/3] fix: remove mx/11.6.x branch from pull request triggers in workflow files --- .github/workflows/Build.yml | 2 +- .github/workflows/NativePipeline.yml | 2 +- .github/workflows/Release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 9f92bd662..60d059881 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -5,7 +5,7 @@ on: branches: - main - 'mx/release/**' - - 'mx/11.6.x' + # - 'mx/11.6.x' pull_request: branches: - main diff --git a/.github/workflows/NativePipeline.yml b/.github/workflows/NativePipeline.yml index eb0a34a67..eb5d7b43f 100644 --- a/.github/workflows/NativePipeline.yml +++ b/.github/workflows/NativePipeline.yml @@ -75,7 +75,7 @@ on: pull_request: branches: - main - - mx/11.6.x + # - mx/11.6.x # Use default name in case no input run-name: ${{ github.event.inputs.run_name || 'Run Native Pipeline' }} diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 37115019d..3d22b7e05 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -2,9 +2,9 @@ name: Run release on: push: - branches: [main, mx/11.6.x] + branches: [main] pull_request: - branches: [main, mx/11.6.x] + branches: [main] jobs: test: