Skip to content

Normalize CI naming - #2

Merged
konojunya merged 1 commit into
mainfrom
jj/normalize-ci-naming
Sep 2, 2026
Merged

Normalize CI naming#2
konojunya merged 1 commit into
mainfrom
jj/normalize-ci-naming

Conversation

@konojunya

Copy link
Copy Markdown
Contributor

Background

The baseline workflow still uses repository-specific file, workflow, and job names. Stack repository conventions use .github/workflows/ci.yaml, workflow name CI, and the actual required-check context baseline.

Implementation

  • Rename .github/workflows/repository.yml to .github/workflows/ci.yaml.
  • Rename the workflow to CI.
  • Rename the job ID to baseline and remove its redundant display name.

Testing

  • Confirmed the branch is based on the latest origin/main.
  • Ran git diff --check origin/main...HEAD.
  • Ran the workflow foundation-file assertions locally.

Review focus / concerns

Confirm that GitHub Actions reports the required-check context as baseline. This changes CI naming only; it does not change engine behavior or distribution policy.

@konojunya
konojunya merged commit 2f4e772 into main Sep 2, 2026
1 check passed
@konojunya
konojunya deleted the jj/normalize-ci-naming branch September 2, 2026 11:03
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.

1 participant