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

New/Set-GitHubRepository: Add Support for Merge Commit Title and Message Options #384

Closed
X-Guardian opened this issue Jan 10, 2023 · 0 comments · Fixed by #385
Closed

New/Set-GitHubRepository: Add Support for Merge Commit Title and Message Options #384

X-Guardian opened this issue Jan 10, 2023 · 0 comments · Fixed by #385
Labels
enhancement An issue or pull request introducing new functionality to the project. triage needed An issue that needs to be reviewed by a member of the team.

Comments

@X-Guardian
Copy link
Contributor

Feature Idea Summary

GitHub have added some new options to configure merge commits to Repositories that could be added to the New-GitHubRepository and Set-GitHubRepository Cmdlets.

Feature Idea Additional Details

References:
API Reference
Parameters
  • squash_merge_commit_title
  • squash_merge_commit_message
  • merge_commit_title
  • merge_commit_message

Requested Assignment

  • If possible, I would like to implement this.
@X-Guardian X-Guardian added enhancement An issue or pull request introducing new functionality to the project. triage needed An issue that needs to be reviewed by a member of the team. labels Jan 10, 2023
HowardWolosky pushed a commit that referenced this issue May 2, 2023
…age Options (#385)

Adds merge commit message and title parameters to the `New-GitHubRepository` and `Set-GitHubRepository` functions.

Fixes #384

#### References

- https://docs.github.com/en/rest/repos/repos#create-an-organization-repository
- https://docs.github.com/en/rest/repos/repos#update-a-repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue or pull request introducing new functionality to the project. triage needed An issue that needs to be reviewed by a member of the team.
Projects
None yet
1 participant