Skip to content

Commit 80b594e

Browse files
authored
Debug: Daily Community Attribution Updater failure — jq null accumulator in closing refs index (#22200)
1 parent c350a86 commit 80b594e

1 file changed

Lines changed: 10 additions & 16 deletions

File tree

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

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -201,27 +201,21 @@ Write the updated content back to
201201

202202
### 3. Build the Community Contributions Section
203203

204-
Produce a concise section of attributed community contributors for
205-
`README.md`, grouped by author and wrapped in a `<details>` element.
206-
Use GitHub issue references (`#N`) so that GitHub automatically expands
207-
them with the issue title — do **not** use full URLs or explicit issue
208-
titles as link text (GitHub renders the title for you):
204+
Produce a compact section of attributed community contributors for
205+
`README.md`, wrapped in a `<details>` element. Use **one list item per
206+
author** with all their issues listed inline. Use GitHub issue references
207+
(`#N`) so that GitHub automatically expands them with the issue title —
208+
do **not** use full URLs or explicit issue titles as link text (GitHub
209+
renders the title for you):
209210

210211
```markdown
211212
## 🌍 Community Contributions
212213

213214
<details>
214215
<summary>Thank you to the community members whose issue reports were resolved in this project! This list is updated automatically and reflects all attributed contributions.</summary>
215216

216-
### @author
217-
218-
- #N _(direct issue)_
219-
- #N
220-
- #N _(via follow-up #M)_
221-
222-
### @author2
223-
224-
- #N
217+
- @author: #N _(direct issue)_, #N, #N _(via follow-up #M)_
218+
- @author2: #N, #N
225219

226220
</details>
227221

@@ -230,8 +224,8 @@ titles as link text (GitHub renders the title for you):
230224
**Important**: always leave a blank line after `</details>` (as shown
231225
above) so that the next markdown header renders correctly.
232226

233-
- Group entries by author (alphabetical order)
234-
- Within each author section, sort by issue number descending (newest first)
227+
- One bullet per author, sorted alphabetically by username
228+
- Within each author's entry, list issues in descending order (newest first), comma-separated
235229
- **`_(direct issue)_`** (Tier 0): issue closed as `COMPLETED`, no PR linkage
236230
- _(no suffix)_ (Tier 1/2): PR closes the issue via native close reference or keyword
237231
- **`_(via follow-up #M)_`** (Tier 3): indirect chain through a follow-up issue

0 commit comments

Comments
 (0)