Skip to content

Commit 33a783d

Browse files
docs: add community contributions section to README
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>
1 parent 00acd32 commit 33a783d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,25 @@ For complete documentation, examples, and guides, see the [Documentation](https:
4646

4747
For development setup and contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
4848

49+
## 🌍 Community Contributions
50+
51+
Thank you to the community members whose issue reports were resolved in this project!
52+
This list is updated automatically and reflects all attributed contributions.
53+
54+
| Issue | Title | Author | Resolved By | Attribution |
55+
|-------|-------|--------|-------------|-------------|
56+
| [#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 |
57+
| [#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 |
58+
| [#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 |
59+
| [#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 |
60+
| [#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 |
61+
62+
### ⚠️ Attribution Candidates Need Review
63+
64+
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:
65+
66+
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.
67+
4968
## Share Feedback
5069

5170
We welcome your feedback on GitHub Agentic Workflows!

0 commit comments

Comments
Β (0)