Skip to content

Add community rollup and market growth workflows#147

Merged
romanchaa997 merged 1 commit intomainfrom
romanchaa997-patch-63
Apr 10, 2026
Merged

Add community rollup and market growth workflows#147
romanchaa997 merged 1 commit intomainfrom
romanchaa997-patch-63

Conversation

@romanchaa997
Copy link
Copy Markdown
Owner

@romanchaa997 romanchaa997 commented Apr 10, 2026

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

    • Auto-labels newly opened issues (security, web3, bug, enhancement, docs, good first issue).
    • Welcomes first-time PR authors with quick links (Contributing, Security, Community Rollup).
    • Weekly metrics snapshot (stars, forks, watchers, open issues/PRs) every Monday 09:00 UTC; adds a run summary; supports manual dispatch and cancels overlapping runs.
    • Docs QA on PRs: Markdown link check (uses .github/mlc_config.json) and presence checks for README.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.

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>
@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 10, 2026

Deploy Preview for audityzer failed. Why did it fail? →

Name Link
🔨 Latest commit 040fadb
🔍 Latest deploy log https://app.netlify.com/projects/audityzer/deploys/69d94b4bb9842a000818c130

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 10, 2026

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

Project Deployment Actions Updated (UTC)
app Error Error Apr 10, 2026 7:11pm

@romanchaa997 romanchaa997 merged commit 2f7388e into main Apr 10, 2026
8 of 22 checks passed
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

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
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Apr 10, 2026

Choose a reason for hiding this comment

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

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>
Fix with Cubic

type: choice
options:
- all
- label-issues
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Apr 10, 2026

Choose a reason for hiding this comment

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

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>
Fix with Cubic

@github-actions
Copy link
Copy Markdown

Web3 Security Analysis Results

Severity Count
Critical 0
High 0
Medium 0
Low 0
Total 0

View full report

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