From 7e8944759c7711905bda3aaea76fa9527bdd222d Mon Sep 17 00:00:00 2001 From: Pierre Wizla <4233866+pwizla@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:13:30 +0200 Subject: [PATCH] Rename the auto-merge workflows so they cannot be confused 'Auto-merge eligibility' and 'Auto-merge eligible PRs' read almost identically in the Actions list. A shared prefix plus a verb says which one checks and which one merges. Display names only; files, triggers and IDs are unchanged. --- .github/workflows/automerge-cron.yml | 2 +- .github/workflows/automerge-eligibility.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge-cron.yml b/.github/workflows/automerge-cron.yml index 0e11dea10c..5e01219d01 100644 --- a/.github/workflows/automerge-cron.yml +++ b/.github/workflows/automerge-cron.yml @@ -1,4 +1,4 @@ -name: Auto-merge eligible PRs +name: 'Auto-merge: merge eligible PRs' # Merges the self-healing documentation PRs that `automerge-eligibility.yml` has # marked eligible, once they have sat through the quarantine. diff --git a/.github/workflows/automerge-eligibility.yml b/.github/workflows/automerge-eligibility.yml index a21fb18eb6..ecf9b45c38 100644 --- a/.github/workflows/automerge-eligibility.yml +++ b/.github/workflows/automerge-eligibility.yml @@ -1,4 +1,4 @@ -name: Auto-merge eligibility +name: 'Auto-merge: check eligibility' # Decides whether a self-healing documentation PR is constrained enough to merge # without review, and records the answer as the `automerge: eligible` label.