Skip to content

docs(workflow): normalize action page formatting and fix typos#11910

Merged
mergify[bot] merged 1 commit into
mainfrom
devs/JulianMaurin/docs-workflow-overview/normalize-action-page-formatting-fix-typos--c7ecbd46
Jun 25, 2026
Merged

docs(workflow): normalize action page formatting and fix typos#11910
mergify[bot] merged 1 commit into
mainfrom
devs/JulianMaurin/docs-workflow-overview/normalize-action-page-formatting-fix-typos--c7ecbd46

Conversation

@JulianMaurin

@JulianMaurin JulianMaurin commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Switch the remaining single-quoted ActionOptionsTable usages to double quotes (review, squash, update), and fix update's example: "more than 5 commits", ASCII quotes, and "the merge queue updates".

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

@JulianMaurin

JulianMaurin commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

This pull request is part of a Mergify stack:

# Pull Request Link
1 docs(workflow): normalize action page formatting and fix typos #11910 👈
2 docs(config): fix Workflow Automation naming and the priority_rules key #11911

@mergify

mergify Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Merge Protections

🟢 All 6 merge protections satisfied — ready to merge.

Show 6 satisfied protections

🟢 🤖 Continuous Integration

  • all of:
    • check-success = build
    • check-success = lint
    • check-success = test
    • any of:
      • check-success = test-broken-links
      • label = ignore-broken-links
    • any of:
      • check-success=Cloudflare Pages
      • -head-repo-full-name~=^Mergifyio/

🟢 👀 Review Requirements

  • any of:
    • #approved-reviews-by >= 2
    • author = dependabot[bot]
    • author = mergify-ci-bot

🟢 Enforce conventional commit

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert|ui)(?:\(.+\))?:

🟢 🔎 Reviews

  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

  • body ~= (?ms:.{48,})

🟢 🚦 Auto-queue

When all merge protections are satisfied, this pull request will be queued automatically.

@JulianMaurin JulianMaurin marked this pull request as ready for review June 23, 2026 14:56
@mergify mergify Bot requested a review from a team June 23, 2026 14:56
kozlek
kozlek previously approved these changes Jun 24, 2026
@mergify mergify Bot requested a review from a team June 24, 2026 07:37
Base automatically changed from devs/JulianMaurin/docs-workflow-overview/add-examples-actions-lacked-them--2e29d826 to main June 24, 2026 14:21
@mergify mergify Bot dismissed kozlek’s stale review June 24, 2026 14:21

The base branch was changed.

jd
jd previously approved these changes Jun 24, 2026
@mergify mergify Bot requested a review from a team June 24, 2026 14:41
remyduthu
remyduthu previously approved these changes Jun 24, 2026
@mergify

mergify Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Queued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

  • Entered queue2026-06-24 15:24 UTC · Rule: default · triggered by merge protections
  • 🚫 Left the queue2026-06-24 15:26 UTC · at 386a7ea9f36a65c294130f5ee7775376669a580d

This pull request spent 2 minutes 46 seconds in the queue, with no time running CI.

Reason

The pull request conflicts with the base branch

Hint

You should update or rebase your pull request.

If you want to requeue this pull request, you can post a @mergifyio queue comment.

Requeued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

A predecessor in this stack was just merged, but I couldn't auto-rebase this PR: there's a conflict that needs human resolution.

Conflict in: src/content/docs/workflow/rule-syntax.mdx (replayed onto db830c5b).

Resolve by rebasing this branch onto the latest base and pushing.

@mergify

mergify Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

@JulianMaurin this pull request is now in conflict 😩

@mergify mergify Bot added the conflict label Jun 24, 2026
Copilot AI review requested due to automatic review settings June 25, 2026 05:42
@JulianMaurin JulianMaurin force-pushed the devs/JulianMaurin/docs-workflow-overview/normalize-action-page-formatting-fix-typos--c7ecbd46 branch from 386a7ea to e8b6ede Compare June 25, 2026 05:42
@JulianMaurin

JulianMaurin commented Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

Revision history

# Type Changes Reason Date
1 initial 386a7ea 2026-06-25 05:42 UTC
2 rebase 386a7ea → e8b6ede (rebase only) 2026-06-25 05:42 UTC
3 rebase e8b6ede → 1d5fb78 (rebase only) 2026-06-25 08:50 UTC
4 content 1d5fb78 → 8279fbc (raw) address Copilot review: add missing verb in YAML rule name (that are more than 5 commits behind) 2026-06-25 08:57 UTC

@mergify mergify Bot dismissed stale reviews from remyduthu and jd June 25, 2026 05:43

Pull request has been modified.

@mergify mergify Bot had a problem deploying to Mergify Merge Protections June 25, 2026 05:43 Failure

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR normalizes MDX component attribute quoting for workflow action pages and corrects a few small wording/typography issues in the update action documentation.

Changes:

  • Switch remaining <ActionOptionsTable> def attributes from single quotes to double quotes (review, squash, update).
  • Fix minor wording/typography issues in update examples (pluralization, ASCII quotes, “more than 5 commits”).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/content/docs/workflow/actions/update.mdx Fix merge queue sentence grammar; normalize ActionOptionsTable quoting; adjust example rule names/quotes.
src/content/docs/workflow/actions/squash.mdx Normalize ActionOptionsTable def attribute quoting.
src/content/docs/workflow/actions/review.mdx Normalize ActionOptionsTable def attribute quoting.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/content/docs/workflow/actions/update.mdx Outdated
@mergify mergify Bot requested a review from a team June 25, 2026 05:44
@JulianMaurin JulianMaurin force-pushed the devs/JulianMaurin/docs-workflow-overview/normalize-action-page-formatting-fix-typos--c7ecbd46 branch from e8b6ede to 1d5fb78 Compare June 25, 2026 08:50
@mergify mergify Bot had a problem deploying to Mergify Merge Protections June 25, 2026 08:50 Failure
Switch the remaining single-quoted ActionOptionsTable usages to double quotes (review, squash, update), and fix update's example: "more than 5 commits", ASCII quotes, and "the merge queue updates".

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Change-Id: Ic7ecbd4611197ca0b6f6e2283c891f2dabbdd4bd
@JulianMaurin JulianMaurin force-pushed the devs/JulianMaurin/docs-workflow-overview/normalize-action-page-formatting-fix-typos--c7ecbd46 branch from 1d5fb78 to 8279fbc Compare June 25, 2026 08:57
@mergify mergify Bot deployed to Mergify Merge Protections June 25, 2026 08:58 Active
@mergify mergify Bot requested a review from a team June 25, 2026 09:08
@mergify

mergify Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 2 minutes 55 seconds in the queue, including 2 minutes 12 seconds running CI.

Required conditions to merge

@mergify mergify Bot added the queued label Jun 25, 2026
@mergify mergify Bot merged commit d36dc13 into main Jun 25, 2026
8 of 13 checks passed
@mergify mergify Bot deleted the devs/JulianMaurin/docs-workflow-overview/normalize-action-page-formatting-fix-typos--c7ecbd46 branch June 25, 2026 09:14
@mergify mergify Bot removed the queued label Jun 25, 2026
mergify Bot pushed a commit that referenced this pull request Jun 25, 2026
…ey (#11911)

Correct the reversed "Automation Workflow" label and the priority_rules key (was written "priority rules") in the configuration file reference.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Depends-On: #11910
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

6 participants