Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
"This is now live" automatic notifications #715
base: main
Are you sure you want to change the base?
"This is now live" automatic notifications #715
Changes from 8 commits
484a5e6
06ef459
8529876
4a33f5e
2ee6852
593e260
083e6d2
64b131b
182b7cd
098d977
676a802
53ef396
4b44812
ec29c61
ce96f2b
8afa0b5
2ac1024
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically this is should be a paginated get, but if we find a PR with 30 or more linked issues.. Wow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, the GraphQL query only lists the first 10, so there won't be more than that in the response, which fit in a single page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can graphql query on label status? I think that finding results that haven't been tagged
live
might be safer and easier on humans to find if it goes wrong, instead of having to look inside all the comments inside each PR