github-actions[bot] opened a new pull request, #72712: URL: https://github.com/apache/airflow/pull/72712
Coding agents create write-tracking scratch directories next to whatever directory a tool call happened to run in, so they appear anywhere in the tree rather than only at the repo root. When one lands in the UI locales directory the boring-cyborg check reads it as a locale code and fails the commit with a message that points at boring-cyborg.yml, which is not where the problem is. The directories are empty, so git status gives no hint either and the cause is invisible without listing hidden entries. The repository's own ignore rule for them was anchored to the root, which left contributors relying on a personal global ignore file for the rest of the tree. (cherry picked from commit 8850c326bdc66ef08506e51b98d2fc80e478df41) Co-authored-by: Jarek Potiuk <[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]
