Skip to content

Automatic retirement of @zowoq#95

Closed
nixpkgs-committers[bot] wants to merge 1 commit intomainfrom
retire-zowoq
Closed

Automatic retirement of @zowoq#95
nixpkgs-committers[bot] wants to merge 1 commit intomainfrom
retire-zowoq

Conversation

@nixpkgs-committers
Copy link
Contributor

This is an automated PR to retire @zowoq as a Nixpkgs committer because they have not used their commit access in the past year.

@zowoq: You can make a comment stating why you believe your commit access should be kept. Otherwise, this PR will be merged and implemented in one month.

Note

Commit access is not required for most forms of contributing, including being a maintainer and reviewing PRs. It is only needed for things that require write permissions to Nixpkgs, such as merging PRs.

@leona-ya
Copy link
Member

leona-ya commented Feb 4, 2026

Something here seems off, as e.g. NixOS/nixpkgs#475599 or NixOS/nixpkgs#468036 was merged (added to the merge queue) by @zowoq

@mdaniels5757
Copy link
Member

Indeed, 120 merges to master in January, by my count. Certainly not inactive.

@mdaniels5757
Copy link
Member

mdaniels5757 commented Feb 4, 2026

The relevant portion of the run's log is at https://github.com/NixOS/nixpkgs-committers/actions/runs/21681495453/job/62516925152#step:5:872.

I ran the same command myself (copying from https://github.com/NixOS/nixpkgs-committers/blob/main/scripts/retire.sh#L112 for proper escaping, and adding the wc -l):

> gh api -X GET /repos/NixOS/nixpkgs/commits     -f since="$(date --date='1 year ago' --iso-8601=seconds)"     -f author="zowoq"     -f committer=web-flow     -f per_page=100     --jq '.[] |
      # PR merge commits have two parents. We also check it’s an
      # authentic GitHub commit, because… why not?
      select((.parents | length) == 2 and .commit.verification.verified) |
      (.commit.message | capture(" \\((?<pr>#[0-9]+)\\)$").pr) as $pr |
      "- `\(.commit.committer.date)` – \("NixOS/Nixpkgs")\($pr)"' | wc -l
100

Very strange that it seemingly returned 0 results before!

@MattSturgeon
Copy link
Contributor

Very strange that it seemingly returned 0 results before!

Random flukes and weird behaviour are not that unusual for GitHub 🫣

I was initially wondering if this could be related to a change in behaviour, such as commit signature validation. Glad that you found the commands operating normally now.

I think we can close this?

@infinisil infinisil closed this Feb 5, 2026
@infinisil infinisil deleted the retire-zowoq branch February 5, 2026 12:47
@infinisil
Copy link
Member

copying from https://github.com/NixOS/nixpkgs-committers/blob/main/scripts/retire.sh#L112 for proper escaping

@mdaniels5757 FYI the CI logs should work with copy paste to try the commands locally actually!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants