The GitHub Actions job "Publish Docs to S3" on airflow.git/main has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

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/22681450070

With regards,
GitHub Actions via GitBox


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

Reply via email to