thunderbird / thunderbird/github-action-thunderbird-aaq
Add new non scalar: `taken_by`
Open
@rtanglao is already working on this.
Since Mar 16, 2026.
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
- See log file: github-action-thunderbird-aaq/actions/runs/23156524910/job/67272681217 which is from question 1571147
- Add a
taken_bycolumn to the CSV output of to https://github.com/thunderbird/github-action-thunderbird-aaq/blob/main/get-tb-creator-answers-questions-for-arbitrary-time-period.rb - Add
taken_bytoknown_non_scalars - ruby code:
q['taken_by'] = q['taken_by']['username'] unless q['taken_by'].nil? # Case is significant. - in the following example from the log file, the
taken_byvalue isMapenzi
E, [2026-03-16T17:16:51.724381 #2269] ERROR -- : unknown non scalar: key:taken_by value:{
"username" => "Mapenzi",
"display_name" => "Mapenzi",
"avatar" => "https://firefoxusercontent.com/cf1dc1320d8b99b945b166bd83018b0b"
}
- update the script to make the default values for
taken_by,solved_by, andupdated_byto be''
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.