You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement an auto-approval and auto-reject mechanism for pushes based on the output of the pre-receive hook if present. The goal is to automatically approve and push changes to the upstream without manual intervention.
Proposed Solution:
Create a new configuration option like enable-auto-approval: true in the configuration file.
When enabled, this option would bypass manual approval checks and automatically approve the push if the pre-receive hook is triggered.
The push would then be automatically pushed to the upstream repository without requiring any additional steps.
The text was updated successfully, but these errors were encountered:
Implement an auto-approval and auto-reject mechanism for pushes based on the output of the pre-receive hook if present. The goal is to automatically approve and push changes to the upstream without manual intervention.
Proposed Solution:
Create a new configuration option like
enable-auto-approval: true
in the configuration file.When enabled, this option would bypass manual approval checks and automatically approve the push if the pre-receive hook is triggered.
The push would then be automatically pushed to the upstream repository without requiring any additional steps.
The text was updated successfully, but these errors were encountered: