You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix deprecated GitHub API authentication in airflow-github script (apache#56978)
Replace deprecated login_or_token parameter with Auth.Token() to eliminate
deprecation warnings when running the airflow-github compare command.
Updates all three Github() instantiations in compare, changelog, and
needs_categorization functions to use the new auth parameter.
0 commit comments