From 21673e102162e01f0f1f642e22a371977dfe0da7 Mon Sep 17 00:00:00 2001 From: Weifeng Wang Date: Tue, 26 Mar 2024 22:31:19 +0800 Subject: [PATCH] Update release-drafter.yml Update release-drafter.yml Signed-off-by: Weifeng Wang --- .github/release-drafter.yml | 29 ++++++++++++++------------- .github/workflows/release-drafter.yml | 11 ++++++---- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 139f0264..7e16c386 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -58,21 +58,21 @@ footer: | | Port-mapping | Component | Description | | --- | --- | --- | - | `12345:12345` | [Grafana Agent][7] | Eexpose `12345` port so we can directly access `grafana-agent` inside container | - | `33100:3100` | [Loki][1] | Expose `33100` port so we can directly access `loki` inside container | - | `3000:3000` | [Grafana][2] | Expose `3000` port so we can directly access `grafana` inside container | - | `33200:3200` | [Tempo][3] | Expose `33200` port so we can directly access `tempo` inside container | - | `38080:8080` | [Mimir][4] | Expose `38080` port so we can directly access `mimir` inside container | - | `34040:4040` | [Pyroscope][5] | Expose `34040` port so we can directly access `pyroscope` inside container | - | `9001:9001` | [Minio][6] | Expose `9001` port so we can access `minio` console with `MINIO_ROOT_USER=lgtmp`, `MINIO_ROOT_PASSWORD=supersecret` | + | `12345:12345` | [Grafana Agent][1] | Eexpose `12345` port so we can directly access `grafana-agent` inside container | + | `33100:3100` | [Loki][2] | Expose `33100` port so we can directly access `loki` inside container | + | `3000:3000` | [Grafana][3] | Expose `3000` port so we can directly access `grafana` inside container | + | `33200:3200` | [Tempo][4] | Expose `33200` port so we can directly access `tempo` inside container | + | `38080:8080` | [Mimir][5] | Expose `38080` port so we can directly access `mimir` inside container | + | `34040:4040` | [Pyroscope][6] | Expose `34040` port so we can directly access `pyroscope` inside container | + | `9001:9001` | [Minio][7] | Expose `9001` port so we can access `minio` console with `MINIO_ROOT_USER=lgtmp`, `MINIO_ROOT_PASSWORD=supersecret` | - [7]: https://github.com/grafana/agent - [1]: https://github.com/grafana/loki - [2]: https://github.com/grafana/grafana - [3]: https://github.com/grafana/tempo - [4]: https://github.com/grafana/mimir - [5]: https://github.com/grafana/pyroscope - [6]: https://github.com/minio/minio + [1]: https://github.com/grafana/agent + [2]: https://github.com/grafana/loki + [3]: https://github.com/grafana/grafana + [4]: https://github.com/grafana/tempo + [5]: https://github.com/grafana/mimir + [6]: https://github.com/grafana/pyroscope + [7]: https://github.com/minio/minio ## Helpful Links @@ -83,3 +83,4 @@ footer: | - - - + - [Grafana Agent Configuration Generator](https://github.com/grafana/agent-configurator) a tool allows for easy configuration of Grafana Agents Flow system diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 4e106f4c..d3e71409 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -41,7 +41,10 @@ jobs: with: token: ${{ secrets.QCBOT_TOKEN }} title: Add release notes for ${{ steps.draft.outputs.tag_name }} - commit-message: Add release notes for ${{ steps.draft.outputs.tag_name }} + commit-message: | + Add release notes for ${{ steps.draft.outputs.tag_name }} + + Signed-off-by: 🤖GitHub Actions[Bot] <41898282+github-actions[bot]@users.noreply.github.com> committer: 🤖GitHub Actions[Bot] <41898282+github-actions[bot]@users.noreply.github.com> body: | 🤖 Copy release notes from Draft @@ -56,8 +59,8 @@ jobs:
- > Auto-generated by [Release Drafter GitHub Action][1] + > Auto-generated by [Release Drafter GitHub Action][0] - [1]: https://github.com/qclaogui/codelab-monitoring/blob/main/.github/workflows/release-drafter.yml - labels: kind/improvement, skip-release-notes + [0]: https://github.com/qclaogui/codelab-monitoring/blob/main/.github/workflows/release-drafter.yml + labels: kind/docs, skip-release-notes branch: update-release-notes