We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180d948 commit e4f9b1eCopy full SHA for e4f9b1e
.github/release.yml
@@ -5,6 +5,7 @@ changelog:
5
labels:
6
- "area: ci"
7
- "release: turborepo"
8
+ - "release-notes-ignore"
9
categories:
10
- title: Docs
11
.github/turbo-orchestrator.yml
@@ -34,6 +34,10 @@ labeler:
34
- label: "needs: triage"
35
when:
36
isNotPRAuthorMatch: "^(padmaia|anthonyshew|dimitropoulos|tknickman|chris-olszewski|NicholasLYang)$"
37
+ # Removes the PR from release notes when its chore or ci
38
+ - label: "release-notes-ignore"
39
+ when:
40
+ isPrTitleMatch: "(\bchore\b|\bci\b).*?:"
41
42
# areas
43
- label: "area: ci"
0 commit comments