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.
  • Remove the obsolete bootstrap push trigger now that main is the default branch.

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 and branch targeting only; it does not change theme behavior or licensing policy.

@konojunya
konojunya merged commit 6b134b8 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