Remove duplicate dropdown entry in providers issue template#36180
Remove duplicate dropdown entry in providers issue template#36180josh-fell wants to merge 1 commit intoapache:mainfrom
Conversation
Because there is a duplicate option in the "Apache Airflow Provider(s)" dropdown, the template is not available for users to select when logging a bug.
|
thanks @josh-fell , |
Agreed. The duplicated entry check and sort of the list could be add in the "Validate provider.yaml files" CI check. This would be more "enforceable" than a comment in the template. Since this missing template is user-facing and helps with issue triage (instead of folks logging issues under the Airflow bug template), I thought this was a quick win for expediency and then work on the pre-commit check later. |
|
Added pre-commit as quick fix (with some more fixes it turned out): #36183 |
|
Closing in favour of merged #36183 |
|
I had a feeling that the very mention of "we should add this to CI" would trigger a Jarek-special PR. 😄 |
|
Thanks for whipping that up @potiuk! |
Very much so :D |
Because there is a duplicate option in the "Apache Airflow Provider(s)" dropdown, the "Airflow Providers Bug report" template is not available for users to select when logging a bug.