freaktechnik / advanced-github-notifier

A Firefox extension, that not only shows a count of notifications, but also shows notification popups and has a popup that gives direct access to the notifications.
https://addons.mozilla.org/addon/advanced-github-notifier/?utm_source=github&utm_content=about
Mozilla Public License 2.0
79 stars 5 forks source link

Update GitHub participating notification URL #439

Closed PeterDaveHello closed 1 year ago

PeterDaveHello commented 1 year ago

GitHub had updated the URL from https://github.com/notifications/participating to https://github.com/notifications?query=reason%3Aparticipating with http permanent 301 redirect for a while, should update it to save a redirection, and in case the redirection may be turned off, the old URL totally deprecated in the future.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.30 :tada:

Comparison is base (8acc077) 15.33% compared to head (106c106) 15.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #439 +/- ## ========================================== + Coverage 15.33% 15.64% +0.30% ========================================== Files 11 11 Lines 652 652 ========================================== + Hits 100 102 +2 + Misses 552 550 -2 ``` | [Impacted Files](https://codecov.io/gh/freaktechnik/advanced-github-notifier/pull/439?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Giger) | Coverage Δ | | |---|---|---| | [scripts/github.js](https://codecov.io/gh/freaktechnik/advanced-github-notifier/pull/439?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Giger#diff-c2NyaXB0cy9naXRodWIuanM=) | `18.06% <ø> (ø)` | | ... and [2 files with indirect coverage changes](https://codecov.io/gh/freaktechnik/advanced-github-notifier/pull/439/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Giger) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Giger). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Giger)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

freaktechnik commented 1 year ago

Thank you!