Commit 994eb5d
committed
fix(webhook): lowercase github repo full_name so cache invalidation matches
GitHub sends repository.full_name with the org's actual casing (TanStack/*),
but our libraries config and cache rows use lowercase. The webhook's watch
check and markGitHubContentStale/markDocsArtifactsStale calls used strict
equality, so every push delivery was silently ignored. Normalize once at
the boundary.1 parent 06932e7 commit 994eb5d
1 file changed
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | | - | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
114 | | - | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 131 | + | |
| 132 | + | |
138 | 133 | | |
139 | 134 | | |
140 | 135 | | |
| |||
0 commit comments