Silencing warnings in 4.6.2 Reviewers #806
Closed
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.
Hi there,
I was just having a read of the 4.6.2 Reviewers section and noticed the following warnings above the reviewer list output:
The reviewer author list is generated by the following code:
I do not have access to the AIRTABLE_API_KEY (nor should I), so I cannot test further to suggest a tidier change to the code itself by running it. I guess there is a mismatch in the number of author names / GitHub links in the airtable?
I've added a
#| warning: false
output option to prevent it happening in the future, as I'm guessing that might be a common occurrence as author details change.I am happy to contribute further changes if needed. I'm also happy to open an issue instead of this PR, to be addressed by an editor (with access to the API key) if that suits you better. Perhaps keeping warnings is desirable because they have flagged an error that may otherwise have gone unnoticed, but I will leave that up to you :)!