Skip to content

fix weekly website auto update workflows#26

Merged
riderx merged 2 commits into
mainfrom
codex/weekly-auto-update-workflows
Jun 18, 2026
Merged

fix weekly website auto update workflows#26
riderx merged 2 commits into
mainfrom
codex/weekly-auto-update-workflows

Conversation

@riderx

@riderx riderx commented Jun 18, 2026

Copy link
Copy Markdown
Member

Summary

  • schedule package list generation every Sunday at 00:00 UTC
  • schedule README fetching every Sunday at 01:00 UTC
  • keep model training at 02:00 UTC and tutorial generation at 03:00 UTC
  • remove [skip ci] from generated commits so weekly updates trigger the website deploy workflow
  • use Bun to run the generator scripts in workflows

Weekly chain

  1. Generate Packages List from NPM: Sunday 00:00 UTC
  2. Fetch and Create READMEs: Sunday 01:00 UTC
  3. Train Model: Sunday 02:00 UTC
  4. Write Tutorials: Sunday 03:00 UTC
  5. Deploy runs from generated pushes to main

Local verification

  • bunx prettier --check .github/workflows/generate-actions-list.yml .github/workflows/write-readmes.yml .github/workflows/train-model.yml .github/workflows/write-tutorials.yml
  • bun YAML parse for touched workflows
  • git diff --check

@github-actions

Copy link
Copy Markdown
Contributor

@riderx
riderx marked this pull request as ready for review June 18, 2026 11:23
@riderx

riderx commented Jun 18, 2026

Copy link
Copy Markdown
Member Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@riderx, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 19 minutes and 41 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: ba5987d9-dbe3-4487-85b6-4d2d8ca6f94d

📥 Commits

Reviewing files that changed from the base of the PR and between 2042bd2 and 84e81f0.

📒 Files selected for processing (5)
  • .github/workflows/deploy.yml
  • .github/workflows/generate-actions-list.yml
  • .github/workflows/train-model.yml
  • .github/workflows/write-readmes.yml
  • .github/workflows/write-tutorials.yml

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

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

Copy link
Copy Markdown

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.

Reviewed commit: ad2fd9c150

ℹ️ 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 thread .github/workflows/generate-actions-list.yml
@github-actions

Copy link
Copy Markdown
Contributor

@riderx
riderx merged commit d103426 into main Jun 18, 2026
4 checks passed

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

Copy link
Copy Markdown

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.

Reviewed commit: 84e81f0169

ℹ️ 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".

exit 1
}
git push origin main
gh workflow run deploy.yml --ref main

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Trigger deploys for tutorial checkpoint commits

Fresh evidence for a remaining GITHUB_TOKEN path is that scripts/generate_tutorials.mjs commits and git push origin main -f every 100 generated tutorials before this step. If a run ends on one of those checkpoints (for example exactly 100 or 200 new tutorials), git-check reports no changes, so this conditional step—and this workflow_dispatch—is skipped; GitHub documents that non-dispatch events created with GITHUB_TOKEN do not create workflow runs (https://docs.github.com/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow), leaving that generated tutorial commit undeployed.

Useful? React with 👍 / 👎.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant