This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-985157afaa
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 51314a44db2 Bump the core-ui-package-updates group across 1 directory 
with 50 updates
     add e8c261fb606 Fix SPDX licence to move URL to separate line (#62145)
     add b5e546d36dc add SKILL.md and zh-CN agent skill instruction (#62059)
     add 76abfd5ee22 modified command in breeze readme (#62173)
     add 29a0a99b58d [Part 3] Migrate connection UI metadata to YAML for more 
providers (#62165)
     add 2ada89f8c70 fix(providers/fab): restore OAuth callback route exposure 
(#62151)
     add 7b5ab458e00 Bump the core-ui-package-updates group across 1 directory 
with 50 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   (51314a44db2)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-985157afaa
 (7b5ab458e00)

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/PULL_REQUEST_TEMPLATE.md                   |   4 +-
 .github/SECURITY.md                                |   3 +-
 .github/skills/airflow-translations/SKILL.md       | 164 +++++++++++++++++++++
 .../skills/airflow-translations/locales/zh-CN.md   | 123 ++++++++++++++++
 .pre-commit-config.yaml                            |  22 ++-
 AGENTS.md                                          |   4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  35 ++---
 dev/breeze/README.md                               |   2 +-
 providers/apprise/provider.yaml                    |  21 +++
 .../airflow/providers/apprise/get_provider_info.py |  11 ++
 providers/discord/provider.yaml                    |   7 +
 .../airflow/providers/discord/get_provider_info.py |   3 +
 .../providers/fab/auth_manager/views/auth_oauth.py |   2 +
 .../unit/fab/auth_manager/views/test_auth_oauth.py |   8 +
 providers/opsgenie/provider.yaml                   |   8 +
 .../providers/opsgenie/get_provider_info.py        |   4 +
 providers/pagerduty/provider.yaml                  |  26 ++++
 .../providers/pagerduty/get_provider_info.py       |  14 ++
 providers/slack/provider.yaml                      |  65 ++++++++
 .../airflow/providers/slack/get_provider_info.py   |  55 ++++++-
 providers/smtp/provider.yaml                       |  88 +++++++++++
 .../airflow/providers/smtp/get_provider_info.py    |  41 ++++++
 providers/telegram/provider.yaml                   |   6 +
 .../providers/telegram/get_provider_info.py        |   1 +
 scripts/ci/license-templates/SHORT_LICENSE.md      |   3 +-
 scripts/ci/prek/sync_translation_namespaces.py     |  49 ++++++
 26 files changed, 741 insertions(+), 28 deletions(-)
 create mode 100644 .github/skills/airflow-translations/SKILL.md
 create mode 100644 .github/skills/airflow-translations/locales/zh-CN.md
 create mode 100755 scripts/ci/prek/sync_translation_namespaces.py

Reply via email to