-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat/153: introduce append_ips() method to be used in favour of add_ips() #267
Conversation
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.
@Sidsector9 Thank you for the PR.
- ✅ Test the function Restricted_Site_Access::append_ips() as per the inline documentation and verify if the IPs are added.
- ✅ Verify if 2 IPs can share the same label.
The merge-base changed after approval.
The merge-base changed after approval.
@faisal-alvi @Sidsector9 it seems like this should be otherwise good to merge in, correct? |
@jeffpaul yes, the PR review was dismissed due to a bug - https://github.com/orgs/community/discussions/58535 |
@jeffpaul as far as this is because of Github's own issue, I think we can merge it. |
Description of the Change
Closes #153
How to test the Change
Restricted_Site_Access::append_ips()
as per the inline documentation and verify if the IPs are added.Changelog Entry
Credits
Props @Sidsector9
Checklist: