-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to skip notifications for "pre-release" #53
Comments
+1 on that 👍 Especially with Brave 😅 |
im basically done with this feature, you'll be able to subscribe to major & minor releases only, meaning any release that matches pattern i want to properly cover all the usecases with end-to-end tests before i deploy it, which will take some time, probably this week i'll finish |
Awesome @vfeskov ! Thanks a lot |
done, will describe in release notes |
Hi @vfeskov, unfortunately this implementation did not solved my issue. Like I said, I was thinking to check the release status (draft, pre-release, release) : Where :
|
thing is im not using github api because of rate limiting, im using atom feeds, e.g., https://github.com/angular/angular/releases.atom , and i think it doesn't have those flags, does it? |
Ok legit, I understand the limitation. And unfortunalety, you right there is no evidence for these flags in ATOM feeds 😣 |
Hi,
Today we receive notifications for
pre-release
: https://github.com/brave/browser-laptop/releases/tag/v0.25.203Is it possible to add an option to skip notifications for these ?
The text was updated successfully, but these errors were encountered: