kaxil opened a new pull request, #62748: URL: https://github.com/apache/airflow/pull/62748
The previous instructions required agents to look up the GitHub username via `gh api user`, scan all remotes for a matching fork, and create one named after the user. This is unnecessary when `origin` already points to the user's fork, which is the common case (e.g. `origin → astronomer/airflow`). Now the logic is: if `origin` isn't `apache/airflow`, use it directly. Only fall back to searching other remotes or creating a fork when `origin` is the upstream repo. --- ##### Was generative AI tooling used to co-author this PR? - [ ] Yes -- 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]
