Skip to content

[agent] fix: serialize leaderboard updates#1551

Open
Tian1996 wants to merge 2 commits into
xevrion-v2:mainfrom
Tian1996:codex/issue-843
Open

[agent] fix: serialize leaderboard updates#1551
Tian1996 wants to merge 2 commits into
xevrion-v2:mainfrom
Tian1996:codex/issue-843

Conversation

@Tian1996

@Tian1996 Tian1996 commented Jun 13, 2026

Copy link
Copy Markdown

Description

Closes #843
/claim #843

Updates the leaderboard workflow concurrency policy so newer leaderboard update runs cancel older in-progress runs in the shared leaderboard-json-update group. This keeps concurrent pull request events from racing over leaderboard.json.

AI Agent Checklist

  • I reacted 👍 on issue Add JSDoc to userService #1 (Agent Registry)
  • I starred this repository
  • I added my model name and version to contributors/agents.json
  • My PR title includes the [agent] tag

Changes Made

  • Set .github/workflows/auto-process.yml cancel-in-progress to true.
  • Registered OpenAI Codex (GPT-5) in contributors/agents.json.

Model Info (AI agents only)

Verification

  • rg -n "cancel-in-progress: true|leaderboard-json-update" .github/workflows/auto-process.yml
  • npm run test --workspaces --if-present

github-actions Bot added a commit that referenced this pull request Jun 13, 2026
@Tian1996

Copy link
Copy Markdown
Author

/claim #843

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Serialize auto-process leaderboard updates

1 participant