Skip to content

Conversation

@rhysd
Copy link
Contributor

@rhysd rhysd commented Nov 15, 2025

Why:

Closes: #41266

What's being changed (if available, include any code snippets, screenshots, or gifs):

Fixed the trigger name. image_version is correct.

https://github.com/actions/runner/blob/b3a60e6b0630a15b2daa549429b9ae2cf19f4400/src/Sdk/WorkflowParser/workflow-v1.0.json#L322

Check off the following:

  • A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff.
  • The changes in this PR meet the docs fundamentals that are required for all content.
  • All CI checks are passing and the changes look good in the review environment.

Copilot AI review requested due to automatic review settings November 15, 2025 10:50
@github-actions
Copy link
Contributor

How to review these changes 👓

Thank you for your contribution. To review these changes, choose one of the following options:

A Hubber will need to deploy your changes internally to review.

Table of review links

Note: Please update the URL for your staging server or codespace.

The table shows the files in the content directory that were changed in this pull request. This helps you review your changes on a staging server. Changes to the data directory are not included in this table.

Source Review Production What Changed
actions/reference/workflows-and-actions/events-that-trigger-workflows.md fpt
ghec
ghes@ 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.18 3.17 3.16 3.15 3.14

Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server

🤖 This comment is automatically generated.

@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Nov 15, 2025
Copilot finished reviewing on behalf of rhysd November 15, 2025 10:52
Copy link
Contributor

Copilot AI left a comment

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 fixes an incorrect workflow trigger name in the GitHub Actions documentation. The heading was incorrectly named image_version_ready without backticks, when it should be `image_version` to match both the actual event name used in workflow YAML and the formatting convention used for all other event headings in the document.

Key Changes

  • Corrected the event name from image_version_ready to image_version to match the workflow syntax shown in the code example
  • Added backticks around the event name to follow the established formatting pattern used for all other event headings in the document

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

triage Do not begin working on this issue until triaged by the team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trigger name of new image version creation is inconsistent

1 participant