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.