Skip to content

fix(github): notify only on external review requests#2

Merged
rbright merged 3 commits into
mainfrom
fix/github-review-only-notifications
Apr 18, 2026
Merged

fix(github): notify only on external review requests#2
rbright merged 3 commits into
mainfrom
fix/github-review-only-notifications

Conversation

@rbright

@rbright rbright commented Apr 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • change the GitHub module default search query to only include PRs that request your review
  • exclude PRs authored by your account from the default query (-author:@me)
  • update status/tooltip text and docs to reflect review-only behavior
  • add a regression test to lock in the new default query contract

Verification

  • just ci-check
  • cargo test -p waybar-github

Notes

  • just deps-check fails locally because cargo-deny is not installed in this environment.

rbright added 3 commits April 17, 2026 21:00
Use a stricter default PR query so Waybar only counts PRs requesting my review and excludes PRs authored by me.

Also updates status/tooltip wording and adds a config regression test for the default query contract.
Document the new default GitHub PR query and clarify that authored PRs are excluded by default.
Update rustls-webpki from 0.103.10 to 0.103.12 to address RUSTSEC-2026-0098 and RUSTSEC-2026-0099 flagged by CI deps-check.
@rbright rbright merged commit 7b287fc into main Apr 18, 2026
6 checks passed
@rbright rbright deleted the fix/github-review-only-notifications branch April 18, 2026 03:30
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.

1 participant