github-actions[bot] opened a new pull request, #65205: URL: https://github.com/apache/airflow/pull/65205
The include-docs input uses short provider names like "amazon" and "common.ai", but the extraction logic only matched full package names like "apache-airflow-providers-amazon". This meant REGISTRY_PROVIDERS was always empty and the registry update job was always skipped. Handle both short names (converting dots to hyphens) and full package names, while skipping non-provider packages. (cherry picked from commit 01354a4059888d9bc2c5cfb6bc33eae602cdaeaa) Co-authored-by: Kaxil Naik <[email protected]> -- 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]
