You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/github-app.html
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -179,28 +179,32 @@
179
179
<divclass="page">
180
180
<header>
181
181
<divclass="logo">▌ PALMSHED-CURSOR[bot]</div>
182
-
<divclass="meta">Automation for Cursor</div>
182
+
<divclass="meta">Repository automation for Cursor</div>
183
183
</header>
184
184
185
185
<p>
186
-
GitHub App used to automate Cursor release and maintenance workflows. The bot handles release publishing, Homebrew formula updates, npm publishing, and repository maintenance.
186
+
GitHub App that automates Cursor release, CI, docs, and repository maintenance workflows.
187
187
</p>
188
188
189
189
<h2>Permissions</h2>
190
190
191
191
<table>
192
192
<tr>
193
193
<td>Contents</td>
194
-
<td>Release automation</td>
194
+
<td>Release automation, CI status caching, ci-cache branch</td>
195
195
</tr>
196
196
<tr>
197
197
<td>Pull Requests</td>
198
-
<td>Version updates</td>
198
+
<td>Version updates, PR body formatting</td>
199
199
</tr>
200
200
<tr>
201
201
<td>Checks</td>
202
202
<td>CI verification</td>
203
203
</tr>
204
+
<tr>
205
+
<td>Issues</td>
206
+
<td>Invite auto-response, issue triage</td>
207
+
</tr>
204
208
<tr>
205
209
<td>Metadata</td>
206
210
<td>Repository discovery</td>
@@ -209,10 +213,12 @@ <h2>Permissions</h2>
209
213
210
214
<h2>Responsibilities</h2>
211
215
212
-
<p>Release publishing.</p>
213
-
<p>Homebrew formula updates.</p>
214
-
<p>npm publishing.</p>
215
-
<p>Repository maintenance workflows.</p>
216
+
<p>Release publishing, Homebrew formula updates, npm publishing.</p>
217
+
<p>CI status tracking — caches workflow runs to <code>ci-cache</code> branch for site fallback.</p>
218
+
<p>Docs sync — keeps documentation site in sync with source changes.</p>
219
+
<p>GitHub Pages deployment.</p>
220
+
<p>Auto-responds to invite issues with <code>invite</code> label.</p>
221
+
<p>Repository maintenance — stale issue/PR management, auto-labeling, PR body cleanup.</p>
0 commit comments