Django GitHub Actions Dashboard | GitLights
avatar

django GitHub Actions Analytics

GitHub Actions Activity Summary

The django GitHub organization demonstrated robust repository activity throughout June 2025, showcasing notable trends in commit behavior, pull request dynamics, and contributor patterns. During this period, the organization recorded a total of 467 commits, reflecting a steady engagement level. The average number of pull requests (PRs) merged was 80, indicating an efficient collaboration process among contributors. The success rate of PRs stood at an impressive 86%, highlighting the effectiveness of code reviews and integration practices.

Contributor patterns revealed a diverse group of developers actively participating in the project. The top contributors, such as chriswedgwood and sarahboyce, accounted for a significant portion of the commits, suggesting a strong core team driving the project forward. This collaborative environment fosters innovation and stability within the codebase.

In terms of code investment, the organization maintained a high level of quality, with an average success rate of 83.90% for GitHub Actions, implying that the CI/CD processes are functioning effectively. The average execution time for workflows was 157.60 seconds, which is competitive within the open-source community.

Overall, the django GitHub analytics for June 2025 reflect a thriving ecosystem characterized by active contributor engagement, efficient pull request metrics, and a strong commitment to quality. These GitHub insights provide valuable information for stakeholders interested in developer contribution trends and engineering investment analysis.

GitHub Actions Key Performance Indicators

This panel presents six key performance indicators (KPIs) related to GitHub Actions usage and performance. Each indicator provides a metric with comparison to a reference period, helping you understand trends and changes in your CI/CD pipeline efficiency.

Indicators Explained:
  • Average Execution Time: The average time in seconds that workflows take to complete, compared to a previous period.
  • Success Rate: The percentage of workflow runs that completed successfully, compared to a previous period.
  • Total Runs: The total number of workflow runs, compared to a previous period.
  • Successful Runs: The total number of successful workflow completions, compared to a previous period.
  • Failed Runs: The total number of failed workflow runs, compared to a previous period.
  • Total Run Time: The cumulative execution time of all workflows in hours, compared to a previous period.

Green indicators with an upward arrow generally indicate positive trends, while red indicators with a downward arrow might highlight areas for improvement. However, interpretation depends on the specific metric - for example, a decrease in failed runs is positive despite showing as a negative percentage.

GitHub Actions Key Performance Indicators
Average Execution Time (s)

157.44

300
-0.46%
Success Rate

83.81

80
0.07%
Total Runs

467.09

214255
-1%
Successful Runs

400.64

161171
-1%
Failed Runs

66.45

35752
-1%
Total Run Time (hrs)

20.90

772049.04
-1%

GitHub Actions Runs Over Time

This chart displays the history of GitHub Actions runs over time, showing both successful and failed runs. The stacked bars represent the total volume of GitHub Actions activity in your repositories.

Each bar is divided into two segments: green bars represent successful runs, while red bars indicate failed runs. This visualization allows you to track the overall workflow activity and identify potential patterns or issues in your CI/CD pipeline.

Benefits and Interpretations:
  • Activity Monitoring: Track the volume of GitHub Actions runs over time to understand your team's CI/CD usage patterns.
  • Failure Detection: Quickly identify periods with higher failure rates that might require investigation.
  • Release Correlation: Correlate spikes in action runs with major releases or development milestones.
GitHub Actions Runs Over Time
0132639526501/0604/0607/0610/0613/0616/0619/0622/0625/0628/06SuccessesFailures

Execution Duration Over Time

This chart presents the average execution duration of GitHub Actions workflows over time. The bar height represents the average time in seconds that actions took to complete for each period.

Monitoring execution times helps identify performance trends, potential bottlenecks, or optimization opportunities in your CI/CD pipeline. Longer execution times might indicate increased workflow complexity, resource constraints, or potential issues with specific actions.

Benefits and Interpretations:
  • Performance Tracking: Monitor the efficiency of your GitHub Actions workflows over time.
  • Resource Optimization: Identify opportunities to optimize workflows with consistently high execution times.
  • Cost Management: Since GitHub Actions billing is often based on execution time, this chart can help track and manage CI/CD costs.
Execution Duration Over Time
0224448672896112001/0604/0607/0610/0613/0616/0619/0622/0625/0628/06Avg Duration (s)Min Duration (s)Max Duration (s)

Success vs Failure

This pie chart shows the proportion of successful versus failed GitHub Actions runs. The green segment represents successful runs, while the red segment shows failed runs.

This visualization provides a quick overview of your workflow reliability. A high percentage of successful runs indicates a stable CI/CD pipeline, while a significant proportion of failures might indicate issues that need addressing.

Benefits:
  • Reliability Assessment: Quickly gauge the overall health of your GitHub Actions workflows.
  • Quality Control: Track your success rate as a key metric for CI/CD quality.
  • Trend Analysis: When viewed over different time periods, helps identify improvement or degradation in workflow stability.
Success vs Failure

Success

86%

Failure

14%

Workflow Time Distribution

This pie chart displays the distribution of workflow execution time across different GitHub Actions workflows.

Each segment represents a different workflow, with the size proportional to the time consumed by that workflow. This visualization helps identify which workflows are consuming the most execution time.

Benefits:
  • Resource Analysis: Identify which workflows consume the most execution time.
  • Optimization Targets: Quickly determine which workflows would benefit most from optimization efforts.
  • Cost Management: Since GitHub Actions billing is based on execution time, this helps manage CI/CD resource usage.
Workflow Time Distribution

Benchmark

29%

Tests

25%

Python package

14%

Schedule tests

14%

Docker test build

4%

Others

15%

GitHub Actions by Workflow

This table breaks down GitHub Actions metrics by individual workflow, providing detailed performance data for each type of automation in your repositories.

Columns Explained:
  • Workflow: The name of the GitHub Actions workflow.
  • Total Runs: The total number of executions for this workflow.
  • Successful Runs: The number of successful completions for this workflow.
  • Failed Runs: The number of failed executions for this workflow.
  • Success Rate: The percentage of runs that completed successfully.
  • Average Duration: The average execution time in seconds for this workflow.

This table helps identify which specific workflows might be problematic or inefficient, allowing targeted improvements to your CI/CD pipeline.

GitHub Actions by Workflow
WorkflowTotal RunsSuccessful RunsFailed RunsSuccess Rate (%)Average Duration (s)Min Duration (s)Max Duration (s)
Python package109703964.2297.1728205
Tests7770790.91248.4959393
Linters4646010050.631162
Docker test build3227584.3891.0928121
Deploy2926389.6670.8311101

1 to 5 of 72

Rows per page:

Workflow Duration

This chart displays the average execution duration in seconds for different workflows in your GitHub Actions.

Longer bars indicate workflows that take more time to execute. This visualization helps identify workflows that might need optimization or have performance issues.

Benefits and Interpretations:
  • Performance Analysis: Quickly identify which workflows consume the most execution time.
  • Resource Optimization: Target optimization efforts on workflows with the longest durations.
  • Cost Management: Since GitHub Actions billing is often based on execution time, this can help manage CI/CD costs.
Workflow Duration
BenchmarkTestsCreate and publish a Docker imageDocker test buildDocspip in /requirements - Update #1026138936npm_and_yarn in /. for brace-expansion - Update #1034220358pip in /requirements - Update #1030496182pip in /requirements - Update #1038964495pip in /requirements for gunicorn - Update #1028070954200400600773.97526.15248.49116113.0697.1791.0970.8368.546767626161606058555553Workflow Duration (seconds)

Workflow Success Rates

This chart shows the success rates as percentages for different workflows in your GitHub Actions.

Higher percentages indicate more reliable workflows, while lower percentages might indicate issues that need addressing. A 100% success rate is ideal, showing complete reliability of the workflow.

Benefits and Interpretations:
  • Reliability Assessment: Quickly see which workflows are most reliable vs. which are prone to failures.
  • Quality Control: Track success rates as a key metric for CI/CD quality across different workflows.
  • Issue Prioritization: Focus debugging efforts on workflows with the lowest success rates.
Workflow Success Rates
LintersScheduleDocsSchedule testsCreate and publish a Docker imageBenchmarkTestsDeployDocker test buildPython package020406080100100%100%100%100%100%96.55%90.91%89.66%84.38%64.22%Workflow Success Rates (%)

GitHub Actions by Author

This table displays key metrics for GitHub Actions grouped by the author who triggered the workflow runs. It provides insights into each contributor's usage patterns and success rates.

Columns Explained:
  • Author: The GitHub user who triggered the workflow runs.
  • Total Runs: The total number of workflow runs initiated by this author.
  • Successful Runs: The number of successful workflow completions for this author.
  • Failed Runs: The number of failed workflow runs for this author.
  • Success Rate: The percentage of workflow runs that completed successfully.
  • Average Duration: The average execution time in seconds for this author's workflow runs.

This table helps identify patterns in workflow usage and reliability across different team members, potentially highlighting training opportunities or different development approaches.

GitHub Actions by Author
AuthorTotal RunsSuccessful RunsFailed RunsSuccess Rate (%)Average Duration (s)
dependabot[bot]133894466.9269.16
chriswedgwood83721186.75101.63
sarahboyce6664296.97163.23
felixxm4848010066.67
nessita3433197.06152.53

1 to 5 of 15

Rows per page:

GitHub Actions by Repository

This table presents GitHub Actions metrics organized by repository, showing how CI/CD workflows perform across different projects.

Columns Explained:
  • Repository: The GitHub repository where the workflows are defined.
  • Total Runs: The total number of workflow runs in this repository.
  • Successful Runs: The number of successful workflow completions in this repository.
  • Failed Runs: The number of failed workflow runs in this repository.
  • Success Rate: The percentage of workflow runs that completed successfully.
  • Average Duration: The average execution time in seconds for workflows in this repository.

This table helps compare CI/CD performance across different repositories, potentially highlighting which projects have more reliable pipelines or which might need optimization.

GitHub Actions by Repository
RepositoryTotal RunsSuccessful RunsFailed RunsSuccess Rate (%)Average Duration (s)
do
djangosnippets.org
1791295072.0781.79
d
django
161158398.14181.61
dc
djangoproject.com
81711087.65107.63
da
django-asv
2928196.55773.97
cdc
code.djangoproject.com
1514193.3364.47

1 to 5 of 9

Rows per page:

Powered by Gitlights |
2025 © Gitlights

v2.8.1-ssr