Skip to content

[q] Show user avatars in Community Contributions section #43675

Description

@github-actions

Q Workflow Optimization Report

Triggered by @pelikhan on PR #43665: /q show image of use avatar instead of just user alias. Use markdown syntax

Summary

Updates the Daily Community Attribution Updater workflow to render a 24px avatar image alongside each contributor alias in the ## 🌍 Community Contributions section of README.md.

Changes Made

daily-community-attribution.md

Pre-step jq expression (line ~277): Updated to emit avatar+alias markdown per entry:

[![`@user`](https://github.com/user.png?size=24 "`@user`")](SEARCH_URL) [`@user` (N)](SEARCH_URL)

Prompt format documentation (concise + verbose variants): Updated the expected format examples and bullet descriptions to show the new avatar+alias pattern, so the agent correctly handles Tier 3 inserts in the same format.

Expected Result

The Community Contributions section will display each contributor with their GitHub avatar (24px) followed by their @alias (count) link — both linking to their closed community issues search.

Validation

All modified workflows compiled successfully:

  • daily-community-attribution — compiled with no errors or warnings

Note: .lock.yml files will be regenerated automatically after merge.


Warning

Protected Files — Push Permission Denied

This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.

Protected files
  • README.md

The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.

Create the pull request manually
# Download the patch from the workflow run
gh run download 28768415552 -n agent -D /tmp/agent-28768415552

# Create a new branch
git checkout -b q/community-avatar-display-943b31d91adff9fa main

# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-28768415552/aw-q-community-avatar-display.patch

# Push the branch and create the pull request
git push origin q/community-avatar-display-943b31d91adff9fa
gh pr create --title '[q] Show user avatars in Community Contributions section' --base main --head q/community-avatar-display-943b31d91adff9fa --repo github/gh-aw

🎩 Equipped by Q · 57.1 AIC · ⌖ 10.6 AIC · ⊞ 8.1K ·
Comment /q to run again

  • expires on Jul 7, 2026, 8:55 PM UTC-08:00

Metadata

Metadata

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions