-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sourcery.yaml
More file actions
27 lines (27 loc) · 1.33 KB
/
Copy path.sourcery.yaml
File metadata and controls
27 lines (27 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Sourcery review settings, for deployments that install the Sourcery bot.
#
# Pull requests scaffolded from submission issues are catalog content
# (an entry page plus its attachments), not changes to the platform code,
# and the maintainers who merge them are often not coders. An automated
# code review on those PRs is noise that makes the merge step confusing.
#
# The intake workflows label every scaffolded PR at creation time
# (content:new-entry, content:new-event, content:new-year,
# content:schedule, content:event-attachments). NOTE: this file only
# reaches Sourcery's legacy bot — the current review product ignores it
# (verified 2026-08: a labeled content PR was still reviewed). To make
# the review bot skip content PRs, use the Sourcery dashboard instead:
# app.sourcery.ai -> Review Settings -> "Ignore title keywords", adding
# the scaffold title prefixes WITHOUT the trailing colon ("Add entry",
# "Add event", "Scaffold cohort", "Update cohort", "Update attachments
# for event") — the field matches whole words, so "Add entry:" with the
# colon does not match (verified live 2026-08-27).
# Kept as intent documentation and for the legacy bot; inert otherwise.
github:
ignore_labels:
- sourcery-ignore
- content:new-entry
- content:new-event
- content:new-year
- content:schedule
- content:event-attachments