You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/08/30 06:49:20 UTC

[skywalking] branch ci/fix updated (1f310b5 -> 7f9e3f3)

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

kezhenxu94 pushed a change to branch ci/fix
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 discard 1f310b5  Fix CI job `check-dependency-license` failure
     add 8a8e2a5  Use new GitHub issue form template (#7604)
     add 7f9e3f3  Fix CI job `check-dependency-license` failure

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   (1f310b5)
            \
             N -- N -- N   refs/heads/ci/fix (7f9e3f3)

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/ISSUE_TEMPLATE                             |  24 ----
 .github/ISSUE_TEMPLATE/bug-report.yml              | 144 +++++++++++++++++++++
 .../ISSUE_TEMPLATE/config.yml                      |   7 +-
 .github/ISSUE_TEMPLATE/feature-request.yml         |  84 ++++++++++++
 .github/workflows/ci-it.yaml                       |   5 +-
 5 files changed, 236 insertions(+), 28 deletions(-)
 delete mode 100644 .github/ISSUE_TEMPLATE
 create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml
 copy oap-server/analyzer/agent-analyzer/src/main/resources/META-INF/services/org.apache.skywalking.oap.server.library.module.ModuleDefine => .github/ISSUE_TEMPLATE/config.yml (78%)
 create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml