Copilot commented on code in PR #69792: URL: https://github.com/apache/airflow/pull/69792#discussion_r3567652370
########## airflow-core/newsfragments/99999.bugfix.rst: ########## @@ -0,0 +1 @@ +Reject deferred-task trigger classpaths that do not resolve to a ``BaseTrigger`` subclass before the class is instantiated in the triggerer, so a deferred task cannot cause an arbitrary importable callable to be invoked in the triggerer process. Review Comment: Newsfragment filenames are required to use the actual PR number (CI validates this). Using a placeholder like `99999.bugfix.rst` will fail the newsfragment check unless the PR is explicitly labeled to skip it; rename the fragment to `<PR_NUMBER>.bugfix.rst` for this PR (or drop it until the real PR number is known). -- 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]
