Skip to content

[community] Update community contributions in README#44859

Merged
pelikhan merged 3 commits into
mainfrom
community-contributors-update-07-11-933361f9940b8404
Jul 11, 2026
Merged

[community] Update community contributions in README#44859
pelikhan merged 3 commits into
mainfrom
community-contributors-update-07-11-933361f9940b8404

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates the README community contributor counts to reflect the full issue history and fixes the daily attribution workflow to paginate all community-labeled issues.

Changes

.github/workflows/daily-community-attribution.md

  • Added gh api * to the bash tool allowlist.
  • Added a new step "Re-fetch full community issue history with pagination" that uses gh api graphql --paginate to retrieve all issues with the community label (both OPEN and CLOSED states) across the repository's full history. Previously, the workflow was limited by non-paginated queries and missed older issues. Results are written to /tmp/gh-aw/agent/community-data/community_issues.json.

README.md

  • Updated contribution counts for 7 existing contributors (counts were understated due to the pagination bug):
    • @anthonymastreanvae: 9 → 10
    • @Evangelink: 1 → 3
    • @github-antoine-brechon: 2 → 3
    • @maikelvdh: 1 → 2
    • @mnkiefer: 1 → 4
    • @sg650: 11 → 12
    • @yskopets: 44 → 51
  • Added 2 new contributors: @holwerda (2), @matiloti (1).
  • Corrected alphabetical ordering of @apenab / @aoxiangtianyu-go.
  • Removed trailing blank lines before the ## Share Feedback section.

Root Cause

The daily attribution workflow was fetching community issues without pagination, causing it to miss issues beyond the first page. The fix switches to a GraphQL paginated query so all historical issues are counted.

Impact

  • No functional or API changes.
  • Community contributor counts in README are now accurate against full issue history.
  • Future daily runs will produce correct counts automatically.

Generated by PR Description Updater for #44859 · 27.9 AIC · ⌖ 6.89 AIC · ⊞ 4.7K ·

Update the Community Contributions section with the latest contributor counts
and resolved issues. This includes:

- Updated contributor counts reflecting recently resolved community issues
- Tier 3 attribution processing results
- Removed entries for contributors with no current open/closed issues
- Updated attribution counts for existing contributors

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@pelikhan pelikhan marked this pull request as ready for review July 11, 2026 07:12
Copilot AI review requested due to automatic review settings July 11, 2026 07:12
@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot make sure to paginate and query all time history of community issues

@github-actions

github-actions Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

PR Code Quality Reviewer completed the code quality review.

@github-actions

github-actions Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. Test Quality Sentinel analysis not applicable for documentation-only changes.

@github-actions

github-actions Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅

@github-actions

github-actions Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

Design Decision Gate 🏗️ completed the design decision gate check.

No ADR enforcement needed: PR #44859 does not have the 'implementation' label and has 0 new lines of code in business logic directories (threshold: 100).

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the README’s automated community contribution attribution.

Changes:

  • Updates contributor issue counts.
  • Adds two contributors and removes one.
  • Cleans up trailing blank lines.
Show a summary per file
File Description
README.md Refreshes the Community Contributions list.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 5
  • Review effort level: Medium

Comment thread README.md
Comment on lines +109 to 110
[@anthonymastreanvae (10)](https://github.com/github/gh-aw/issues?q=is%3Aissue+is%3Aclosed+label%3Acommunity+author%3Aanthonymastreanvae)
[@aoxiangtianyu-go (1)](https://github.com/github/gh-aw/issues?q=is%3Aissue+is%3Aclosed+label%3Acommunity+author%3Aaoxiangtianyu-go)
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md
[@maikelvdh (1)](https://github.com/github/gh-aw/issues?q=is%3Aissue+is%3Aclosed+label%3Acommunity+author%3Amaikelvdh)
[@maikelvdh (2)](https://github.com/github/gh-aw/issues?q=is%3Aissue+is%3Aclosed+label%3Acommunity+author%3Amaikelvdh)
[@mason-tim (5)](https://github.com/github/gh-aw/issues?q=is%3Aissue+is%3Aclosed+label%3Acommunity+author%3Amason-tim)
[@matiloti (1)](https://github.com/github/gh-aw/issues?q=is%3Aissue+is%3Aclosed+label%3Acommunity+author%3Amatiloti)

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Skills-Based Review 🧠

Applied /grill-with-docs — this is a routine automated community attribution update with no actionable issues.

The changes are accurate, well-scoped, and consistent with the existing README format:

  • ✅ Contributor counts updated correctly
  • ✅ New contributor @holwerda and @matiloti added in alphabetical order
  • @apenab removed cleanly (0 issues)
  • ✅ Trailing blank lines cleaned up (lines 252–253)

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · 13.3 AIC · ⌖ 4.31 AIC · ⊞ 6.5K
Comment /matt to run again

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Automated community contributor count updates look correct. Alphabetical ordering maintained, new contributors inserted in the right positions, and removed contributor (@apenab) appropriately dropped. LGTM.

🧵 Reviewed using Impeccable skills by Impeccable Skills Reviewer · 12.1 AIC · ⌖ 5.14 AIC · ⊞ 4.8K

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Documentation-only change updating contributor counts and removing trailing whitespace. No code changes; nothing to block.

🔎 Code quality review by PR Code Quality Reviewer · 11.6 AIC · ⌖ 4.27 AIC · ⊞ 5.4K
Comment /review to run again

@github-actions github-actions Bot mentioned this pull request Jul 11, 2026
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

Copilot AI commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

@copilot make sure to paginate and query all time history of community issues

Implemented in 69a5c3e. The daily community attribution workflow now fetches community issues via paginated GraphQL (gh api graphql --paginate) and rebuilds community_issues.json from the full all-time history before computing counts.

Copilot AI requested a review from pelikhan July 11, 2026 07:32
@gh-aw-bot

Copy link
Copy Markdown
Collaborator

pr-sous-chef

@copilot please run the pr-finisher skill, address the unresolved review feedback listed below, and rerun checks once updates are complete.

Unresolved review feedback to address:

Run: https://github.com/github/gh-aw/actions/runs/29144948053

Generated by 👨‍🍳 PR Sous Chef · 7.98 AIC · ⌖ 6.95 AIC · ⊞ 5.1K ·
Comment /souschef to run again

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>

Copilot AI commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

pr-sous-chef

@copilot please run the pr-finisher skill, address the unresolved review feedback listed below, and rerun checks once updates are complete....

Addressed in c2ceb2b.

Updated README community attribution entries to resolve the listed review feedback for @apenab, @holwerda, @mnkiefer, and @yskopets, and ran local validation (make fmt, make lint, make test-unit, make test, make recompile).

I can’t re-run CI from this agent context; a maintainer-triggered rerun is still needed on the updated head.

Copilot AI requested a review from gh-aw-bot July 11, 2026 08:02
@pelikhan pelikhan merged commit 8601da5 into main Jul 11, 2026
@pelikhan pelikhan deleted the community-contributors-update-07-11-933361f9940b8404 branch July 11, 2026 08:06
@github-actions

Copy link
Copy Markdown
Contributor Author

🎉 This pull request is included in a new release.

Release: v0.82.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants