-
Notifications
You must be signed in to change notification settings - Fork 2k
Fix Lint (Proto) path filters #62707
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
base: master
Are you sure you want to change the base?
Conversation
2c3c04b to
45b8e38
Compare
|
Example of a failure related to the appropriately configured path filter: https://github.com/gravitational/teleport/actions/runs/20822630955/job/59815168824?pr=62707#step:11:9 |
.github/workflows/lint.yaml
Outdated
| - 'docs/pages/reference/infrastructure-as-code/terraform-provider/**' | ||
| - 'docs/pages/reference/infrastructure-as-code/teleport-resources/**' | ||
| - 'examples/chart/teleport-cluster/charts/teleport-operator/operator-crds' | ||
| - 'build.assets/tooling/cmd/resource-ref-generator/config.yaml' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is changing the config file the only thing we should be concerned with here? What if I changed any of the resource-ref-generator code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point—fixed in this push.
Check whether the resource reference was generated correctly. Currently, we never execute the step called `Check if resource reference docs are up to date` if a PR updates the resource reference generator configuration or code. Also edit the resource reference generator config so re-running the generator would not produce diffs.
45b8e38 to
811a418
Compare
Check whether the resource reference was generated correctly. Currently, we never execute the step called
Check if resource reference docs are up to dateif a PR updates the resource reference generator configuration.Also edit the resource reference generator config so re-running the generator would not produce diffs.