Skip to content

Conversation

@seveibar
Copy link
Contributor

Summary

  • add a GitHub Actions stalebot workflow to close inactive issues and pull requests

Testing

  • bunx tsc --noEmit
  • bun run format

https://chatgpt.com/codex/tasks/task_b_68f54828f95c832eaf7b0caeebd7fc2e

@vercel
Copy link

vercel bot commented Oct 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
svg-tscircuit-com Ready Ready Preview Comment Oct 19, 2025 8:24pm

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +6 to +10
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Declare permissions so stalebot can write to issues and PRs

The actions/stale step labels and closes issues and pull requests, but this workflow never requests write access for the GITHUB_TOKEN. With only a scheduled trigger and no explicit permissions block, the job inherits the repository default, which is read‑only in most repos. When the job runs it will fail with Resource not accessible by integration and nothing will be marked stale or closed. Add a permissions: { issues: write, pull-requests: write } stanza at the workflow or job level so the bot can apply labels and close items.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants