From 23c6e55e2f45481551dc43df6884f16e5d81d9dd Mon Sep 17 00:00:00 2001 From: davidko Date: Fri, 19 Jan 2024 21:24:29 +0800 Subject: [PATCH] ci: exclude release task from release report Signed-off-by: davidko --- .github/workflows/release-sprint.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release-sprint.yml b/.github/workflows/release-sprint.yml index 1677cde..819a4ff 100644 --- a/.github/workflows/release-sprint.yml +++ b/.github/workflows/release-sprint.yml @@ -123,6 +123,7 @@ jobs: --exclude-labels "wontfix" \ --exclude-labels "duplicated" \ --exclude-labels "invalid" \ + --exclude-labels "release/task" \ --note-section-labels "highlight" \ --note-section-labels "kind/feature" \ --note-section-labels "kind/improvement" \ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b4aff4..36a6eff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,6 +146,7 @@ jobs: --exclude-labels "wontfix" \ --exclude-labels "duplicated" \ --exclude-labels "invalid" \ + --exclude-labels "release/task" \ --note-section-labels "highlight" \ --note-section-labels "kind/feature" \ --note-section-labels "kind/improvement" \