Add community rollup and market growth workflows#147
Merged
romanchaa997 merged 1 commit intomainfrom Apr 10, 2026
Merged
Conversation
This workflow automates community engagement tasks, including auto-labeling issues, welcoming first-time contributors, capturing community metrics, and checking documentation quality. Signed-off-by: Igor <romanchaa997@gmail.com>
|
|
❌ Deploy Preview for audityzer failed. Why did it fail? →
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
2 issues found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".github/workflows/community-rollup.yml">
<violation number="1" location=".github/workflows/community-rollup.yml:25">
P2: `workflow_dispatch` includes `label-issues`, but no job can run for that selection, so the manual option is non-functional.</violation>
<violation number="2" location=".github/workflows/community-rollup.yml:27">
P2: `quality-check` is offered as a manual dispatch option, but the docs-quality job is restricted to `pull_request`, so this selection is a no-op.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| - all | ||
| - label-issues | ||
| - community-metrics | ||
| - quality-check |
Contributor
There was a problem hiding this comment.
P2: quality-check is offered as a manual dispatch option, but the docs-quality job is restricted to pull_request, so this selection is a no-op.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/community-rollup.yml, line 27:
<comment>`quality-check` is offered as a manual dispatch option, but the docs-quality job is restricted to `pull_request`, so this selection is a no-op.</comment>
<file context>
@@ -0,0 +1,194 @@
+ - all
+ - label-issues
+ - community-metrics
+ - quality-check
+
+concurrency:
</file context>
| type: choice | ||
| options: | ||
| - all | ||
| - label-issues |
Contributor
There was a problem hiding this comment.
P2: workflow_dispatch includes label-issues, but no job can run for that selection, so the manual option is non-functional.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/community-rollup.yml, line 25:
<comment>`workflow_dispatch` includes `label-issues`, but no job can run for that selection, so the manual option is non-functional.</comment>
<file context>
@@ -0,0 +1,194 @@
+ type: choice
+ options:
+ - all
+ - label-issues
+ - community-metrics
+ - quality-check
</file context>
Web3 Security Analysis Results
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This workflow automates community engagement tasks, including auto-labeling issues, welcoming first-time contributors, capturing community metrics, and checking documentation quality.
Summary by cubic
Adds a new GitHub Actions workflow that automates community ops: auto-labels new issues, welcomes first-time contributors, posts weekly metrics, and runs docs quality checks. This reduces manual triage and helps track growth.
New Features
.github/mlc_config.json) and presence checks forREADME.md,CONTRIBUTING.md,SECURITY.md.Dependencies
actions/checkout@v4,actions/github-script@v7,gaurav-nelson/github-action-markdown-link-check@v1.Written for commit 040fadb. Summary will update on new commits.