Skip to content

ci: bump auto-label-merge-conflicts commit hash#21704

Open
bhimrazy wants to merge 5 commits intoLightning-AI:masterfrom
bhimrazy:fix/label-conflicts-action
Open

ci: bump auto-label-merge-conflicts commit hash#21704
bhimrazy wants to merge 5 commits intoLightning-AI:masterfrom
bhimrazy:fix/label-conflicts-action

Conversation

@bhimrazy
Copy link
Copy Markdown
Collaborator

@bhimrazy bhimrazy commented May 8, 2026

What does this PR do?

Fixes the triage-conflicts CI check that has been failing due to a broken upstream Docker build in mschilde/auto-label-merge-conflicts.

Root Cause

The mschilde/auto-label-merge-conflicts action uses a Docker-based runner with node:alpine, which no longer ships yarn by default. This causes the Docker build to fail with:

/bin/sh: yarn: not found

Fix

…orkflow

mschilde/auto-label-merge-conflicts uses a Docker-based action where
node:alpine no longer ships yarn, causing the build to fail. Replaced
with eps1lon/actions-label-merge-conflict@v3.0.3 (JS-based, no Docker).
Also added pull_request trigger alongside pull_request_target.
@github-actions github-actions Bot added the ci Continuous Integration label May 8, 2026
Comment thread .github/workflows/label-conflicts.yml Outdated
@bhimrazy bhimrazy marked this pull request as draft May 8, 2026 12:55
@bhimrazy bhimrazy changed the title fix: replace broken label-conflicts action with eps1lon/actions-label-merge-conflict fix: replace broken label-conflicts action May 9, 2026
@bhimrazy bhimrazy changed the title fix: replace broken label-conflicts action fix: broken label-conflicts action May 9, 2026
@bhimrazy bhimrazy marked this pull request as ready for review May 9, 2026 16:33
@bhimrazy bhimrazy changed the title fix: broken label-conflicts action ci: bump auto-label-merge-conflicts commit hash May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous Integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants