Taragolis commented on PR #35530: URL: https://github.com/apache/airflow/pull/35530#issuecomment-1802421525
Need to fix [Static Checks](https://github.com/apache/airflow/blob/main/STATIC_CODE_CHECKS.rst), you could run locally `breeze static-checks {id-of-failed-check} --all-files` e.g. `breeze static-checks ruff --all-files` or you could run it thought pre-commit e.g. `pre-commit run ruff-format --all-files` You could have a look what failed in [Tests / Static checks (pull_request)](https://github.com/apache/airflow/actions/runs/6800053787/job/18493841426?pr=35530) logs --- Also need to add into the Guides toctree this line ```rst Notifications <notifications/index> ``` Under the Operators https://github.com/apache/airflow/blob/22d583403b79356d7ff604e8f3a3bad924764029/docs/apache-airflow-providers-opsgenie/index.rst?plain=1#L32-L37 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
