Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
335 stars 103 forks source link

[FeatureRequest] Add special checks whenever __init__.py of functions library is changed #1260

Closed vrdmr closed 1 year ago

vrdmr commented 1 year ago

Task 21232166: Add CI to have more strict checks whenever init.py files are updated

We want to add labels to the PR if it changes __init__.py and use actions such as enforce-label-action or others such that unless the label is removed, we don't merge it.

pdthummar commented 1 year ago

Merged https://github.com/Azure/azure-functions-python-library/pull/183