-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Netlify builds happen for PRs that do not change docs #100072
Comments
Co-authored-by: Hugo van Kemenade <[email protected]>
There's two things going on here. First, deploys are now being cancelled, as a result of PR #100074. 👍 We can see that from the comment ("Deploy Preview for python-cpython-preview canceled"), the status checks ("Deploy canceled") and the logs:
Second, the deploy notifications need to be turned off. I think this can only be done in the admin settings on Netlify, rather than config, and only one person currently has access, but hopefully we'll get more soon. |
Just to note, we've gotten an substantial and increasing volume of complaints about these comments from the core developers, as it is causing a large amount of noise and annoyance. While we had a fix ready to go within hours of Neltify being initially enabled, unfortunately as mentioned the blocker here is lack of bus-factor on people with appropriate permissions on the Netlify side. If we could get @Mariatta and @hugovk added there, we can not only solve this problem, but also be able to be responsive to any future issues, while reducing excess load on critical, hardworking infrastructure staff. @ewdurbin ? Also, for the record, this is the config we need under the Notifications settings: |
Settings updated. Unfortunately it looks like netlify’s billing won’t allow me to add additional members at this time.
I’ll email their support to ask if we can get additional users on our plan.
… On Thursday, Dec 15, 2022 at 10:34 PM, C.A.M. Gerlach ***@***.*** ***@***.***)> wrote:
Just to note, we've gotten an substantial and increasing volume of complaints about these comments from the core developers, as it is causing a large amount of noise and annoyance. While we had a fix ready to go within hours of Neltify being initially enabled, unfortunately as mentioned the blocker here is lack of bus-factor on people with appropriate permissions on the Netlify side. If we could get @Mariatta (https://github.com/Mariatta) and @hugovk (https://github.com/hugovk) added there, we can not only solve this problem, but also be able to be responsive to any future issues, while reducing excess load on critical, hardworking infrastructure staff. @ewdurbin (https://github.com/ewdurbin) ?
Also, for the record, this is the config we need under the Notifications settings:
—
Reply to this email directly, view it on GitHub (#100072 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AAJFFQAXD7SSWKWKVOWFWALWNPPK7ANCNFSM6AAAAAASWZ45FY).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thank you! https://www.netlify.com/legal/open-source-policy/ says (emphasis added):
|
Yes, and it seems we may not be upgraded to the latest Open Source plan.
… On Friday, Dec 16, 2022 at 10:13 AM, Hugo van Kemenade ***@***.*** ***@***.***)> wrote:
Thank you!
https://www.netlify.com/legal/open-source-policy/ says (emphasis added):
>
> Netlify loves open source! To show our commitment, we’ve created an Open Source plan to enable projects working on open-source-licensed software to host websites containing information directly related to the community around that software. Our Open Source plan has the same features and limits as our Pro plan (https://www.netlify.com/pricing/#teams), with the addition of free unlimited team members.
>
—
Reply to this email directly, view it on GitHub (#100072 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AAJFFQEQUFCW3E3FEF5LUTLWNSBI5ANCNFSM6AAAAAASWZ45FY).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thanks @ewdurbin , hopefully they'll respond soon so we don't have to bother you for anything like this in the future! I think we can close this particular issue now, since both parts are now solved. |
Bug report
After #92852 all PRs get a notification from
netlify
about new doc builds. Example: #100070 (notice noDoc/
changes made)I don't think it is right:
But,
netlify
hasbuild.ignore
option that can work similarly to these lines:cpython/.github/workflows/doc.yml
Lines 23 to 26 in 7031275
Docs: https://docs.netlify.com/configure-builds/ignore-builds/
I will send a PR to test it :)
Linked PRs
The text was updated successfully, but these errors were encountered: