[llvm] [Github] Demo premerge PR (PR #125886)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 09:08:48 PST 2025


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/125886

This PR contains a change triggering the new premerge system to demo the flow within a PR.

>From 86d9d68c0ad4a0123c2fd9ac801dc89193e5c1f6 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 5 Feb 2025 17:06:33 +0000
Subject: [PATCH] [Github] Demo premerge PR

This PR contains a change triggering the new premerge system to demo the
flow within a PR.
---
 .github/workflows/premerge.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index b268f1faab98905..0ae86dfce45f18e 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -1,5 +1,7 @@
 name: LLVM Premerge Checks
 
+# A change
+
 permissions:
   contents: read
 



More information about the llvm-commits mailing list