Skip to content

Commit 46924a0

Browse files
committed
update bot page: reflect current responsibilities (CI status, invites, docs sync, ci-cache)
1 parent 6a6f71c commit 46924a0

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

.github/github-app.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,28 +179,32 @@
179179
<div class="page">
180180
<header>
181181
<div class="logo">▌ PALMSHED-CURSOR[bot]</div>
182-
<div class="meta">Automation for Cursor</div>
182+
<div class="meta">Repository automation for Cursor</div>
183183
</header>
184184

185185
<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.
187187
</p>
188188

189189
<h2>Permissions</h2>
190190

191191
<table>
192192
<tr>
193193
<td>Contents</td>
194-
<td>Release automation</td>
194+
<td>Release automation, CI status caching, ci-cache branch</td>
195195
</tr>
196196
<tr>
197197
<td>Pull Requests</td>
198-
<td>Version updates</td>
198+
<td>Version updates, PR body formatting</td>
199199
</tr>
200200
<tr>
201201
<td>Checks</td>
202202
<td>CI verification</td>
203203
</tr>
204+
<tr>
205+
<td>Issues</td>
206+
<td>Invite auto-response, issue triage</td>
207+
</tr>
204208
<tr>
205209
<td>Metadata</td>
206210
<td>Repository discovery</td>
@@ -209,10 +213,12 @@ <h2>Permissions</h2>
209213

210214
<h2>Responsibilities</h2>
211215

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>
216222

217223
<footer>
218224
<div>

0 commit comments

Comments
 (0)