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

[nextjs][RAV] Install pre-push-hook to root .git #1472

Merged
merged 5 commits into from
May 9, 2023

Conversation

addy-pathania
Copy link
Contributor

@addy-pathania addy-pathania commented May 5, 2023

  • Install the the prePushHook script to the root .git folder.

  • Currently the --yes flag defaults prePushHook to true because of which if prePushHook flag is passed explicitly then it is not considered. We want the cli to accept both flags--yes and prePushHook.

  • This PR follows the Contribution Guide

  • Changelog updated

Description / Motivation

Testing Details

  • Unit Test Added
  • Manual Test/Other (Please elaborate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@addy-pathania addy-pathania requested a review from kendoce May 5, 2023 20:03
@addy-pathania addy-pathania force-pushed the bug/583940-pre-push-hook branch from 6f16f03 to af21148 Compare May 8, 2023 16:17
@addy-pathania addy-pathania requested a review from a team May 9, 2023 12:15
@addy-pathania addy-pathania requested a review from ambrauer May 9, 2023 20:08
Copy link
Contributor

@ambrauer ambrauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just the chalk dependency for vue needs to be added. Otherwise, approved.

Copy link

@kendoce kendoce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passed QA

@addy-pathania addy-pathania merged commit deed5b6 into dev May 9, 2023
@addy-pathania addy-pathania deleted the bug/583940-pre-push-hook branch May 9, 2023 23:00
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 this pull request may close these issues.

3 participants