From e0d87dd48a8135d984677c316db1fb6226441d8e Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Mon, 11 May 2026 13:20:20 -0700 Subject: [PATCH] Spell behavior, not behaviour, in merge-bot comment Tiny US-English typo fix in the new dependabot-merge step comment landed in PR #70. AGENTS.md requires US English; flagged by Copilot review on PR #71 (the develop -> main release). Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/merge-bot-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-bot-pull-request.yml b/.github/workflows/merge-bot-pull-request.yml index 1a431ed5..536f4dbe 100644 --- a/.github/workflows/merge-bot-pull-request.yml +++ b/.github/workflows/merge-bot-pull-request.yml @@ -60,7 +60,7 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" # Skip semver-major NuGet bumps: majors can build cleanly but break - # runtime behaviour, so they should land via human review. Other + # runtime behavior, so they should land via human review. Other # ecosystems' majors (github-actions, uv) are usually safe and merge. - name: Merge pull request step if: >-