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

Add Hash-splat operator to GithubHelper methods #424

Commits on Nov 3, 2022

  1. GithubHelper: Add Hash-Conversion operator to update_milestone

    The change was done to make the method signature cleaner to call
    raafaelima committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1542e02 View commit details
    Browse the repository at this point in the history
  2. GithubHelper: Add Hash-Conversion operator to remove_branch_protection

    The change was done to make the method signature cleaner to use the options parameter as named parameters
    raafaelima committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    9369d0d View commit details
    Browse the repository at this point in the history
  3. GithubHelper: Add Hash-Conversion operator to set_branch_protection

    The change was done to make the method signature cleaner to use the options parameter as named parameters
    raafaelima committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    48dc856 View commit details
    Browse the repository at this point in the history