Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ghcontrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Currently includes checks for:
- `♻️ refactor: ` — refactors
- `🎨 design: ` — design and UX updates
- `📚 docs: ` — documentation updates
- `✏️ RFD: ` — requests for discussion
- Linear magic-word references in the PR title or body, e.g. `fixes PCC-123` or `related to DES-456`.
Must include a supported Paper Compute Co. Linear team.

Expand Down
2 changes: 2 additions & 0 deletions ghcontrib/pr.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ var validPRPrefixes = []string{
"♻️ refactor: ",
"🎨 design: ",
"📚 docs: ",
"✏️ RFD: ",

// Colon based emoji derivatives
":sparkles: feat: ",
Expand All @@ -25,6 +26,7 @@ var validPRPrefixes = []string{
":recycle: refactor: ",
":art: design: ",
":books: docs: ",
":pencil2: RFD: ",
}

// Linear's magic words compiled from:
Expand Down
Loading