Skip to content

Exclude collaborator in weekly new github issues report#314

Open
clarmso wants to merge 1 commit intomasterfrom
cs/github-bugs-exclude-collaborator
Open

Exclude collaborator in weekly new github issues report#314
clarmso wants to merge 1 commit intomasterfrom
cs/github-bugs-exclude-collaborator

Conversation

@clarmso
Copy link
Collaborator

@clarmso clarmso commented Mar 13, 2026

The current query includes COLLABORATOR users, which lists a few developers for the repository. Here are the users who opened new issues on the firefox-ios repository:

mysql> select github_user,github_author_association from report_github_bugs;
+----------------+---------------------------+
| github_user    | github_author_association |
+----------------+---------------------------+
| janbrasna      | CONTRIBUTOR               |
| leifwenzel     | NONE                      |
| nbhasin2       | COLLABORATOR              |
| dragosb01      | COLLABORATOR              |
| janbrasna      | CONTRIBUTOR               |
| thomoosterveer | NONE                      |
| Nmoleo64       | NONE                      |
| janbrasna      | CONTRIBUTOR               |
| overholt       | NONE                      |
| janbrasna      | CONTRIBUTOR               |
+----------------+---------------------------+

We should keep CONTRIBUTOR for now because this type of bug report features folks who aren't active developers in the repo. (I think janbrasna should be a COLLABORATOR just like the regular developer soon!)

@clarmso clarmso requested review from AaronMT and isabelrios March 13, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants