You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/10/25 12:00:42 UTC

[incubator-devlake-helm-chart] branch gh-pages updated (85e8322 -> 703a3eb)

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

warren pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


    from 85e8322  Merge pull request #11 from merico-dev/modify-asf-header
     add d29082b  fix(page): use github action
     new 703a3eb  Merge pull request #1 from apache/fix-using-gh-action

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/ISSUE_TEMPLATE/config.yml => .asf.yaml |  22 +++-
 .github/ISSUE_TEMPLATE/bug-report.yml          | 137 -------------------------
 .github/ISSUE_TEMPLATE/documentation.md        |  20 ----
 .github/ISSUE_TEMPLATE/feature-request.yml     |  81 ---------------
 .github/ISSUE_TEMPLATE/question.md             |  17 ---
 .github/ISSUE_TEMPLATE/refactor.md             |  20 ----
 .github/pull_request_template.md               |  28 -----
 .github/workflows/ci.yaml                      |  66 ++++++++++++
 .github/workflows/release.yaml                 |  38 +++++++
 charts/devlake/values.yaml                     |   6 +-
 devlake-0.2.0.tgz                              | Bin 6711 -> 0 bytes
 index.yaml                                     |  40 --------
 12 files changed, 128 insertions(+), 347 deletions(-)
 rename .github/ISSUE_TEMPLATE/config.yml => .asf.yaml (70%)
 delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/documentation.md
 delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/question.md
 delete mode 100644 .github/ISSUE_TEMPLATE/refactor.md
 delete mode 100644 .github/pull_request_template.md
 create mode 100644 .github/workflows/ci.yaml
 create mode 100644 .github/workflows/release.yaml
 delete mode 100644 devlake-0.2.0.tgz
 delete mode 100644 index.yaml


[incubator-devlake-helm-chart] 01/01: Merge pull request #1 from apache/fix-using-gh-action

Posted by wa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git

commit 703a3eb69545413fad6a412233fefc64a79dbdea
Merge: 85e8322 d29082b
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Tue Oct 25 20:00:38 2022 +0800

    Merge pull request #1 from apache/fix-using-gh-action
    
    fix(page): use github action

 .github/ISSUE_TEMPLATE/config.yml => .asf.yaml |  22 +++-
 .github/ISSUE_TEMPLATE/bug-report.yml          | 137 -------------------------
 .github/ISSUE_TEMPLATE/documentation.md        |  20 ----
 .github/ISSUE_TEMPLATE/feature-request.yml     |  81 ---------------
 .github/ISSUE_TEMPLATE/question.md             |  17 ---
 .github/ISSUE_TEMPLATE/refactor.md             |  20 ----
 .github/pull_request_template.md               |  28 -----
 .github/workflows/ci.yaml                      |  66 ++++++++++++
 .github/workflows/release.yaml                 |  38 +++++++
 charts/devlake/values.yaml                     |   6 +-
 devlake-0.2.0.tgz                              | Bin 6711 -> 0 bytes
 index.yaml                                     |  40 --------
 12 files changed, 128 insertions(+), 347 deletions(-)