You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
Currently, whenever sigs.yaml is updated, sig-list.md (which is generated from sigs.yaml needs to get updated by calling:
make generate
Describe the solution you'd like:
A way that tells the user that they need to update sig-list.md by running the above command before the merge is completed.
Easiest might be a presubmit job that calls the target and checks whether the git state is clean.
Describe alternatives you've considered:
Variants of that might be:
a postsubmit that is executed after changes to sigs.yaml or
a periodic
either way they call the target and create a pull request afterwards.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Is your feature request related to a problem? Please describe:
Currently, whenever sigs.yaml is updated, sig-list.md (which is generated from sigs.yaml needs to get updated by calling:
Describe the solution you'd like:
A way that tells the user that they need to update sig-list.md by running the above command before the merge is completed.
Easiest might be a presubmit job that calls the target and checks whether the git state is clean.
Describe alternatives you've considered:
Variants of that might be:
either way they call the target and create a pull request afterwards.
Additional context:
/good-first-issue
The text was updated successfully, but these errors were encountered: