Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Make adding area:docs label trigger more precise #2133

Open
Yaminyam opened this issue May 8, 2024 · 0 comments · May be fixed by #2143
Open

ci: Make adding area:docs label trigger more precise #2133

Yaminyam opened this issue May 8, 2024 · 0 comments · May be fixed by #2143
Assignees
Labels
type:feature Add new features

Comments

@Yaminyam
Copy link
Member

Yaminyam commented May 8, 2024

Main idea

- 'src/ai/backend/manager/api/**/*.py'

Currently, a label is added to indicate that the docs file must be changed when API-related files change, but the actual API specifications may not change even if API-related code changes.
Exclude these cases and add labels only when the actual API specification has changed.

  • Like graphql.schema, add the restapi specification document as spec.json to the repository.
  • Modify to add docs label when changing graphql.schema and spec.json.

Alternative ideas

No response

Anything else?

No response

@Yaminyam Yaminyam added the type:feature Add new features label May 8, 2024
@Yaminyam Yaminyam self-assigned this May 8, 2024
@Yaminyam Yaminyam linked a pull request May 14, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature Add new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant