Skip to content

githubnext/aw-community-ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

community-ops

This repo hosts automated discussion labeling logic for githubnext/aw-community-discussions built with GitHub Agentic Workflows.

Overview

flowchart TD
    A["Auto-labelling<br/>(daily)"] -- labels --> D["Discussions"]
    D -- human corrects --> B["Correction Collector"]
    B -- batches into --> C["Correction Feedback"]
    C -- updates --> I["Instruction File"]
    I -- guides --> A
    H["Health Report<br/>(daily)"] -. monitors .-> A
    H -. monitors .-> B
Loading

Workflows

Workflow What it does Trigger
auto-labelling.md Labels discussions using the instruction file daily, workflow_dispatch
labelling-correction-collector.yml Deterministically collects trusted label corrections into parent issues with linked signal sub-issues repository_dispatch
labelling-correction-feedback.md Reviews one collected parent issue and raises an instruction-update PR when the evidence supports it workflow_dispatch, label_command (update-instructions)
labelling-health-report.md Publishes a rolling report on labelling quality, correction pressure, and open instruction debt daily

Actions secrets

Secret Workflows Permissions needed
COPILOT_GITHUB_TOKEN All Copilot CLI auth
COMM_COMM_DISCUSSIONS_TOKEN auto-labelling, labelling-correction-collector Contents (read), Discussions (read & write) on the target repo
COMM_COMM_OPS_ISSUES_TOKEN auto-labelling, labelling-correction-collector, labelling-health-report Issues (write) on the sidecar repo

How to review label corrections

  1. Wait for correction signals to accumulate in a parent intake issue.
  2. When the parent has enough evidence, add the update-instructions label.
  3. The workflow opens a draft PR updating the instruction file — review and merge it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors