-
Notifications
You must be signed in to change notification settings - Fork 23
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
Re-enable auto-approval of removed SVG files #280
Conversation
No issues were found to report when scanning latest commit (commit-ID: e4d8b69) This bot provides automated PHP linting and PHPCS scanning. For more information about the bot and available customizations, see our documentation. Scan run detail
|
Re-enables auto-approval of SVG files removed from pull requests. The functionality was disabled temporarily in #272.
TODO:
files_status
field to results fromvipgoci_git_diffs_fetch()
.files_status
field invipgoci_ap_svg_files()
to auto-approve removed SVG files, include removed files in diff.tests/integration/GitDiffsFetchTest.php
to assumefiles_status
field.tests/integration/ApSvgFilesTest.php
to assume removed SVG file as auto-approved.