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
ci refresh, cache bust, source indicator, one-word names, popup cap
- refresh button (↻) with cache-busting (?t=timestamp)
- source indicator (live/cached) in dot title
- race guard (ciBusy) on concurrent refreshes
- spin tied to promise instead of fixed timeout
- ciSource reset on error catch
- per_page 10->50 for CI Status visibility
- popup capped at 10 rows
- workflow names: all one-word lowercase
- bot commit author in release.yml
- README: remove stale version-bump.yml, match filenames
- bot page: plain language
GitHub App that automates Cursor release, CI, docs, and repository maintenance workflows.
190
+
This bot runs workflows in bniladridas/cursor and palmshed/cursor-docs. It builds releases, publishes to npm and Homebrew, caches CI status for the site, syncs docs, labels PRs, responds to invites, and cleans up stale issues. It does nothing outside these repos.
188
191
</p>
189
192
190
193
<h2>Permissions</h2>
191
194
192
195
<table>
193
196
<tr>
194
197
<td>Contents</td>
195
-
<td>Release automation, CI status caching, ci-cache branch</td>
198
+
<td>Push release artifacts, CI cache to ci-cache branch, sync docs</td>
196
199
</tr>
197
200
<tr>
198
201
<td>Pull Requests</td>
199
-
<td>Version updates, PR body formatting</td>
202
+
<td>Open and merge version bump PRs, format PR bodies</td>
<p>Repository maintenance – stale management, auto-labeling, PR body cleanup.</p>
220
+
<p>Release builds and npm/Homebrew publish. CI status cache for the site quality popup. Docs sync to palmshed/cursor-docs. Auto-response to invite issues. PR body cleanup, auto-labeling, stale issue/PR management.</p>
0 commit comments