The GitHub Actions job "npm_and_yarn in /airflow-core/src/airflow/ui for 
@chakra-ui/react, @tanstack/react-query, @tanstack/react-virtual, 
@uiw/codemirror-themes-all, @uiw/react-codemirror, @xyflow/react, anser, axios, 
i18next, i18next-browser-languagedetector, react-chartjs-2, react-hook-form, 
react-hotkeys-hook, react-i18next, react-markdown, react-resizable-panels, 
react-router-dom, react-syntax-highlighter, use-debounce, yaml, zustand, 
@7nohe/openapi-react-query-codegen, @eslint/compat, @eslint/js, 
@playwright/test, @stylis..." on airflow.git/main has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
dba47277f309255c7d40b1001578411d5cb29e2b / Yoann 
<[email protected]>
fix: correct airflowignore negation pattern handling for directory-only 
patterns (#62860)

Directory-only patterns (ending with /) in .airflowignore were incorrectly
matching files inside the directory, not just the directory itself. This caused
negation patterns like !abc/def/ to un-ignore all files within abc/def/ instead
of only un-ignoring the directory for traversal purposes.

Added dir_only flag to _GlobIgnoreRule that skips file matching for
directory-only patterns, consistent with gitignore specification.

Closes: #62716

Report URL: https://github.com/apache/airflow/actions/runs/22679763422

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to