Skip to content
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

Implement Auto-Approval for Pushes Using Pre-Receive Hook #28

Closed
fabiovincenzi opened this issue Feb 26, 2025 · 0 comments · Fixed by #33
Closed

Implement Auto-Approval for Pushes Using Pre-Receive Hook #28

fabiovincenzi opened this issue Feb 26, 2025 · 0 comments · Fixed by #33
Assignees

Comments

@fabiovincenzi
Copy link
Collaborator

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.

@fabiovincenzi fabiovincenzi self-assigned this Feb 26, 2025
@fabiovincenzi fabiovincenzi linked a pull request Mar 13, 2025 that will close this issue
@dcoric dcoric closed this as completed in #33 Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant