diff --git a/.github/release.yml b/.github/release.yml index 1b4a25a6987e4..b86c8761b30a7 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -5,6 +5,7 @@ changelog: labels: - "area: ci" - "release: turborepo" + - "release-notes-ignore" categories: - title: Docs labels: diff --git a/.github/turbo-orchestrator.yml b/.github/turbo-orchestrator.yml index eba9f77a2cd0b..22d7a58df377d 100644 --- a/.github/turbo-orchestrator.yml +++ b/.github/turbo-orchestrator.yml @@ -34,6 +34,10 @@ labeler: - label: "needs: triage" when: isNotPRAuthorMatch: "^(padmaia|anthonyshew|dimitropoulos|tknickman|chris-olszewski|NicholasLYang)$" + # Removes the PR from release notes when its chore or ci + - label: "release-notes-ignore" + when: + isPrTitleMatch: "(\bchore\b|\bci\b).*?:" # areas - label: "area: ci"