Skip to content

Comments

Add GitKraken Merge Mate workflows#511

Merged
Keboo merged 2 commits intomainfrom
copilot/add-merge-mate-workflows
Feb 17, 2026
Merged

Add GitKraken Merge Mate workflows#511
Keboo merged 2 commits intomainfrom
copilot/add-merge-mate-workflows

Conversation

Copy link
Contributor

Copilot AI commented Feb 17, 2026

Implements GitKraken Merge Mate for automated PR syncing and AI-powered conflict resolution.

Workflows Added

  • merge-mate.yml - Triggers on main branch pushes, syncs all open PRs using GitKraken AI provider
  • merge-mate-review.yml - Handles apply/undo via PR checkbox edits or manual workflow_dispatch, includes concurrency control per PR

Configuration

Both workflows reference secrets.GK_AI_PROVISIONER_TOKEN (needs to be added) and require the GitKraken Services GitHub App installation.

Permissions: contents: write, pull-requests: write, id-token: write

Action version: @v0.1 (pre-release)

Original prompt

This section details on the original issue you should resolve

<issue_title>Add merge mate</issue_title>
<issue_description>Implement workflows for merge mate according to the docs. I will add the secret to the repo after this is done.

https://github.com/gitkraken/merge-mate-action</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Keboo <952248+Keboo@users.noreply.github.com>
Copilot AI changed the title [WIP] Add workflows for merge mate implementation Add GitKraken Merge Mate workflows Feb 17, 2026
Copilot AI requested a review from Keboo February 17, 2026 21:50
@Keboo Keboo marked this pull request as ready for review February 17, 2026 22:14
@Keboo Keboo enabled auto-merge (squash) February 17, 2026 22:14
@Keboo Keboo merged commit c853fa0 into main Feb 17, 2026
3 checks passed
@Keboo Keboo deleted the copilot/add-merge-mate-workflows branch February 17, 2026 22:15
@github-actions
Copy link

Summary - Code Coverage

Summary
Generated on: 02/17/2026 - 22:15:34
Coverage date: 02/17/2026 - 22:15:29 - 02/17/2026 - 22:15:30
Parser: MultiReport (3x Cobertura)
Assemblies: 3
Classes: 37
Files: 35
Line coverage: 58.1% (666 of 1146)
Covered lines: 666
Uncovered lines: 480
Coverable lines: 1146
Total lines: 2810
Branch coverage: 43.3% (235 of 542)
Covered branches: 235
Total branches: 542
Method coverage: Feature is only available for sponsors
Tag: 1081_22117053953

Coverage

PointerStar.Client - 42%
Name Line Branch
PointerStar.Client 42% 38.2%
PointerStar.Client.Components.ComponentBase`1 0%
PointerStar.Client.Components.CookieConsentBanner 0% 0%
PointerStar.Client.Components.QRCode 0% 0%
PointerStar.Client.Components.UserDialog 0% 0%
PointerStar.Client.Components.VotingOptionsDialog 0% 0%
PointerStar.Client.Cookies.ConsentAwareCookie 100% 86.3%
PointerStar.Client.Cookies.Cookie 0% 0%
PointerStar.Client.Cookies.WellKnownCookieValues 65% 75%
PointerStar.Client.Pages.Index 0% 0%
PointerStar.Client.Pages.Room 0% 0%
PointerStar.Client.Services.ApplicationInsightsService 100% 100%
PointerStar.Client.Services.CookieConsentService 0% 0%
PointerStar.Client.Services.LocalStorageRecentRoomsService 0% 0%
PointerStar.Client.Services.RecentRoom 0%
PointerStar.Client.Services.ThemeService 96.9% 90.9%
PointerStar.Client.Shared.MainLayout 0% 0%
PointerStar.Client.ViewModels.ClipboardService 0%
PointerStar.Client.ViewModels.IndexViewModel 0% 0%
PointerStar.Client.ViewModels.RoomViewModel 81.5% 67.5%
PointerStar.Client.ViewModels.UserDialogViewModel 93.7% 100%
PointerStar.Client.ViewModels.ViewModelBase 100%
PointerStar.Client.ViewModels.VotingOptionsDialogViewModel 100% 100%
Program 0%
PointerStar.Server - 82.8%
Name Line Branch
PointerStar.Server 82.8% 60.4%
AspNetCoreGeneratedDocument.Pages_Error 0% 0%
PointerStar.Server.Controllers.RoomController 100%
PointerStar.Server.Hubs.RoomHub 0% 0%
PointerStar.Server.Pages.ErrorModel 0% 0%
PointerStar.Server.Pages.Pages__Host 0% 0%
PointerStar.Server.Room.InMemoryRoomManager 99.6% 94.8%
Program 94.2% 50%
PointerStar.Shared - 65.1%
Name Line Branch
PointerStar.Shared 65.1% 37.5%
PointerStar.Shared.Role 78.5% 50%
PointerStar.Shared.RoomHubConnection 0% 0%
PointerStar.Shared.RoomOptions 100%
PointerStar.Shared.RoomState 100%
PointerStar.Shared.User 100%
PointerStar.Shared.UserOptions 100%
PointerStar.Shared.VotingPresets 98.1%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add merge mate

2 participants