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

Tags must match resource name #190

Open
cmars opened this issue Feb 28, 2022 · 1 comment
Open

Tags must match resource name #190

cmars opened this issue Feb 28, 2022 · 1 comment
Labels
optic-ci Optic CI Upstream

Comments

@cmars
Copy link
Contributor

cmars commented Feb 28, 2022

Tag names should match the resource name, using the following transformation:

  • Split the snake_case resource name
  • Each split word gets capitalized
    If the tag name does not match this, then fail.

Upcoming tooling (optic run) should generate tags that conform to this convention.

@cmars
Copy link
Contributor Author

cmars commented Feb 28, 2022

Why we want this: "Project" and "Projects"

image

@cmars cmars added the optic-ci Optic CI Upstream label Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optic-ci Optic CI Upstream
Projects
None yet
Development

No branches or pull requests

1 participant