Skip to content

Conversation

@kimurash
Copy link
Member

@kimurash kimurash commented Jul 1, 2025

やったこと

  • タイトル参照
  • PRのテンプレートを修正した

確認した方法

❯ npm run lint

> lint
> npx @redocly/cli lint openapi.yml

Need to install the following packages:
@redocly/cli@1.34.4
Ok to proceed? (y) y

validating openapi.yml...
openapi.yml: validated in 72ms

Woohoo! Your API description is valid. 🎉

@kimurash kimurash requested a review from Copilot July 1, 2025 08:05
@kimurash kimurash self-assigned this Jul 1, 2025
Copy link

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 pull request renames references from "api" to "openapi" across several configuration, documentation, and workflow files to better reflect the API specification location.

  • Updated input targets in orval configuration files
  • Updated file paths in documentation and CI/CD workflows
  • Revised the pull request template to include a new issue reference header

Reviewed Changes

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

Show a summary per file
File Description
orval.config.js Updated target path from './api/bundle.yml' to './openapi/bundle.yml'
orval.config.dev.js Updated target paths similarly in multiple sections
openapi/README.md Updated directory name in README from 'api' to 'openapi'
README.dev.md Updated mock command file path from './api/openapi.yml' to './openapi/openapi.yml'
.github/workflows/validate-spec.yml Updated lint command file path
.github/workflows/publish-spec.yml Updated working directory and spec-file references
.github/PULL_REQUEST_TEMPLATE.md Revised header and comments for better issue reference structure

@kimurash kimurash merged commit 9507d71 into main Jul 1, 2025
6 checks passed
@kimurash kimurash deleted the 186-mv-openapi-dir branch July 1, 2025 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

OpenAPのディレクトリ名を変更する

2 participants