Skip to content

Conversation

@webjunkie
Copy link
Contributor

Summary

Standardize GitHub Actions workflow file extensions from .yaml to .yml for consistency across the repository.

Context

The repository has a mix of workflow extensions:

  • .yml: ci.yml, call-flags-project-board.yml
  • .yaml: release.yaml, generate-references.yaml

This inconsistency was causing workflow failures because some workflows reference each other and the mixed extensions create confusion in the workflow dispatch system.

Changes

  • Rename release.yamlrelease.yml
  • Rename generate-references.yamlgenerate-references.yml

All workflows now consistently use .yml extension.

Rename workflow files from .yaml to .yml for consistency with existing
workflows (ci.yml, call-flags-project-board.yml).

This resolves naming confusion and standardizes all GitHub Actions
workflow files to use the .yml extension.
@webjunkie webjunkie marked this pull request as ready for review October 24, 2025 14:15
@webjunkie webjunkie requested a review from skoob13 October 24, 2025 14:15
@webjunkie webjunkie enabled auto-merge (squash) October 24, 2025 14:15
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@webjunkie webjunkie merged commit 13184e2 into master Oct 24, 2025
12 checks passed
@webjunkie webjunkie deleted the chore/standardize-workflow-extensions branch October 24, 2025 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants