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" \