This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-c7217bd69e
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard e625e0954a9 chore(deps): bump the edge-ui-package-updates group across
1 directory with 17 updates
add c2b72cfba5f fix: restore early return in check_for_write_conflict
(#64062)
add 29fba0c1335 Adjust release guides after Helm 1.20.0 release (#64083)
add 32749ae5569 Switch workflow test to v3-2-test (#64423)
add 8bbdfce372a Close German Translation Gaps 2026-03-28 (#64373)
add d71755e5e5b Allow direct execution from airflow standalone via uvx
(#64405)
add 04b90f586ba Allow direct execution from airflowctl via uvx (#64406)
add beade8e26f6 Add AGENTS.md for dev/ and scripts/ci/prek/ (#64434)
add b629fa1dee5 Add v3-2-test branch to remaining .github/ configs (#64431)
add b0dc4cf4806 chore(deps): bump the edge-ui-package-updates group across
1 directory with 17 updates
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e625e0954a9)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-c7217bd69e
(b0dc4cf4806)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 73 +++++
.github/workflows/basic-tests.yml | 8 +-
.github/workflows/ci-notification.yml | 2 +-
.github/workflows/milestone-tag-assistant.yml | 1 +
airflow-core/docs/installation/index.rst | 22 ++
.../docs/installation/installing-from-pypi.rst | 28 +-
airflow-core/src/airflow/models/variable.py | 4 +-
.../airflow/ui/public/i18n/locales/de/admin.json | 3 +-
.../airflow/ui/public/i18n/locales/de/common.json | 30 +-
.../docs/installation/installing-from-pypi.rst | 34 +-
airflow-ctl/pyproject.toml | 2 +
dev/AGENTS.md | 44 +++
dev/README_RELEASE_AIRFLOW.md | 22 +-
dev/README_RELEASE_HELM_CHART.md | 64 +++-
dev/README_RELEASE_PROVIDERS.md | 6 +-
dev/update_github_branch_config.py | 353 +++++++++++++++++++++
pyproject.toml | 4 +
scripts/ci/prek/AGENTS.md | 31 ++
18 files changed, 696 insertions(+), 35 deletions(-)
create mode 100644 dev/AGENTS.md
create mode 100755 dev/update_github_branch_config.py
create mode 100644 scripts/ci/prek/AGENTS.md