From 280a16f9d6b3acddf084bec69a95ddb835819c08 Mon Sep 17 00:00:00 2001 From: Adam Boniecki <20281641+abonie@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:19:15 +0200 Subject: [PATCH] Remove feature/lsp merge from branch-merge.yml Cleaning up, sicne we've merged feature/lsp to main some time ago --- .github/workflows/branch-merge.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/branch-merge.yml b/.github/workflows/branch-merge.yml index 24b3989856..de5a568d7b 100644 --- a/.github/workflows/branch-merge.yml +++ b/.github/workflows/branch-merge.yml @@ -16,7 +16,3 @@ jobs: uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main with: configuration_file_path: '.config/service-branch-merge.json' - feature-lsp-flow: - uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main - with: - configuration_file_path: '.config/feature-lsp-branch-merge.json' \ No newline at end of file