This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/landing-pages/npm-dependencies-62e25c492d
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
omit 863b91f2e9 Bump the npm-dependencies group across 1 directory with 3
updates
add 6fa50f404d Fix sphinx version
add 65b06b0677 Add automatic version bumping for sphinx_airflow_theme
(#1464)
add eb875b2b86 Preserve previous sphinx_airflow_theme versions in CI
builds (#1466)
add a4381791e5 Add AGENTS.md with AI agent instructions for airflow-site
(#1468)
add 9596bba74c Replace octopin with dependabot and fix zizmor issues
(#1467)
add cb520ac31c Bump the npm-dependencies group across 1 directory with 3
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 (863b91f2e9)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/landing-pages/npm-dependencies-62e25c492d
(cb520ac31c)
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 | 10 ++
.github/workflows/build.yml | 50 +++++++-
.github/workflows/upgrade.yml | 86 --------------
.pre-commit-config.yaml | 15 +--
AGENTS.md | 107 +++++++++++++++++
sphinx_airflow_theme/.theme_files_hash | 1 +
sphinx_airflow_theme/LATEST_VERSION.txt | 1 +
sphinx_airflow_theme/check_and_bump_version.py | 128 +++++++++++++++++++++
.../sphinx_airflow_theme/__init__.py | 2 +-
9 files changed, 299 insertions(+), 101 deletions(-)
delete mode 100644 .github/workflows/upgrade.yml
create mode 100644 AGENTS.md
create mode 100644 sphinx_airflow_theme/.theme_files_hash
create mode 100644 sphinx_airflow_theme/LATEST_VERSION.txt
create mode 100755 sphinx_airflow_theme/check_and_bump_version.py