-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Allow 'SUSDB-Maintenance' script to be run without user interaction #1939
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
base: main
Are you sure you want to change the base?
Conversation
This allows to use this script in a scheduled task, to run all cleanup actions in one go.
@gpotter2 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
#sign-off |
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @danschuh |
@gpotter2 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit d10a80c: ✅ Validation status: passed
For more details, please refer to the build report. |
@gpotter2 As noted in the PR UI, a stakeholder review is required. After their review is complete, sign off again. Thanks. |
Hello @gpotter2 Thank you for your contribution, I ran a few tests and found the following.
|
Thanks a lot for the feedback. I will test it more thoroughly using the examples you provided and fix the issues. |
This allows to use this script in a scheduled task, to run all cleanup actions in one go.
e.g.
Currently the script uses
Read-Host
which requires user interaction.This PR also: