From 33a783df4740f9990dc340b4e2525f2b4cb4068c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Mar 2026 18:03:49 +0000 Subject: [PATCH] docs: add community contributions section to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the 🌍 Community Contributions table with 5 confirmed attributions linking community-labeled issues to their resolving PRs: - #21630 (@Mossaka) → #21655 sparse-checkout support docs - #21243 (@holwerda) → #21286 github-app auth in dependencies - #20299 (@grahame-white) → #20300 fix gh aw upgrade lock files - #20249 (@mvdbos) → #20301 cross-repo workflow_call validation - #18480 (@JoshGreenslade) → #21993 GHE Cloud data residency docs Also flags 241 community-labeled issues as attribution candidates needing manual review. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 2b13fd533e5..31ec6591b10 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,25 @@ For complete documentation, examples, and guides, see the [Documentation](https: For development setup and contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md). +## 🌍 Community Contributions + +Thank you to the community members whose issue reports were resolved in this project! +This list is updated automatically and reflects all attributed contributions. + +| Issue | Title | Author | Resolved By | Attribution | +|-------|-------|--------|-------------|-------------| +| [#21630](https://github.com/github/gh-aw/issues/21630) | Support sparse-checkout in compiled workflows for large monorepos | @Mossaka | [#21655](https://github.com/github/gh-aw/pull/21655) | direct | +| [#21243](https://github.com/github/gh-aw/issues/21243) | Support `github-app:` auth and Claude Code plugin registration for `dependencies:` (APM) | @holwerda | [#21286](https://github.com/github/gh-aw/pull/21286) | direct | +| [#20299](https://github.com/github/gh-aw/issues/20299) | Bug: `gh aw upgrade` generates lock files with previous version after upgrade | @grahame-white | [#20300](https://github.com/github/gh-aw/pull/20300) | direct | +| [#20249](https://github.com/github/gh-aw/issues/20249) | Feature Request: Cross-repo `workflow_call` validation and docs | @mvdbos | [#20301](https://github.com/github/gh-aw/pull/20301) | direct | +| [#18480](https://github.com/github/gh-aw/issues/18480) | gh-aw not working in cloud enterprise environments | @JoshGreenslade | [#21993](https://github.com/github/gh-aw/pull/21993) | direct | + +### ⚠️ Attribution Candidates Need Review + +The following community issues were closed during this period but could not be automatically linked to a specific merged PR. Please verify whether they should be credited: + +241 community-labeled issues were closed during the review window (2026-02-26 – 2026-03-21) without a confirmed PR linkage. Run the [community attribution workflow](https://github.com/github/gh-aw/actions/workflows/daily-community-attribution.yml) or review [community-labeled closed issues](https://github.com/github/gh-aw/issues?q=is%3Aissue+label%3Acommunity+is%3Aclosed) to identify and credit additional contributors. + ## Share Feedback We welcome your feedback on GitHub Agentic Workflows!