Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
48 lines (32 loc) · 1.57 KB

File metadata and controls

48 lines (32 loc) · 1.57 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

📊 Weekly Issue Activity

For an overview of all available workflows, see the main README.

Generate comprehensive weekly reports on issue activity with trend charts and recommendations

The Weekly Issue Activity workflow runs every Monday at 3 PM UTC to collect issue data, generate trend charts, and create a detailed discussion with statistics and actionable recommendations.

Installation

# Install the 'gh aw' extension
gh extension install github/gh-aw

# Add the workflow to your repository
gh aw add-wizard githubnext/agentics/weekly-issue-activity

This walks you through adding the workflow to your repository.

How It Works

graph LR
    A[Monday Schedule] --> B[Collect Issue Data]
    B --> C[Generate Trend Charts]
    C --> D[Upload Charts]
    D --> E[Create Weekly Discussion]
Loading

The workflow produces two charts:

  • Issue Activity Trends: Weekly opened vs. closed counts and running open total
  • Resolution Time Trends: Average and median days-to-close over time

Older [Weekly Summary] discussions are automatically closed when new ones are created.

Usage

Configuration

The workflow runs every Monday at 3 PM UTC. To change the schedule, edit the cron expression in the workflow frontmatter.

Requires:

  • GitHub Discussions category named audits
  • Python 3 on the Actions runner
  • Network access for Python packages (pandas, matplotlib, seaborn)

After editing run gh aw compile to update the workflow and commit all changes to the default branch.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.