-
Notifications
You must be signed in to change notification settings - Fork 210
chore: harden CI workflows and clear lint debt #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
cd5e884
7606340
c5fc7be
4237d2f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,6 +68,10 @@ env: | |
| FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" | ||
| CLAWSWEEPER_APP_CLIENT_ID: Iv23liOECG0slfuhz093 | ||
|
|
||
| concurrency: | ||
| group: repair-comment-router-${{ github.event.inputs.target_repo || github.event.client_payload.target_repo || 'openclaw/openclaw' }} | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Update the workflow-level concurrency group to include the same schedule-time target resolution used by the router step. Right now the group only checks Useful? React with 👍 / 👎. |
||
| cancel-in-progress: false | ||
|
Comment on lines
+71
to
+73
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This new top-level Useful? React with 👍 / 👎. |
||
|
|
||
| jobs: | ||
| route-comments: | ||
| runs-on: ubuntu-latest | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that is very tight