ci: bump auto-label-merge-conflicts commit hash#21704
Open
bhimrazy wants to merge 5 commits intoLightning-AI:masterfrom
Open
ci: bump auto-label-merge-conflicts commit hash#21704bhimrazy wants to merge 5 commits intoLightning-AI:masterfrom
bhimrazy wants to merge 5 commits intoLightning-AI:masterfrom
Conversation
…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.
deependujha
reviewed
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes the
triage-conflictsCI check that has been failing due to a broken upstream Docker build inmschilde/auto-label-merge-conflicts.Root Cause
The
mschilde/auto-label-merge-conflictsaction uses a Docker-based runner withnode:alpine, which no longer shipsyarnby default. This causes the Docker build to fail with:Fix
mschilde/auto-label-merge-conflictsto include the recent upstream fix that resolves theyarn: not founderror. which got added by: fix: pin Dockerfile to node:22-alpine to restore yarn availability mschilde/auto-label-merge-conflicts#67