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

Set-GitHubRepository: Add Support for 'Web Commit Signoff Required' Option #388

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

Set-GitHubRepository: Add Support for 'Web Commit Signoff Required' Option #388

X-Guardian opened this issue Jan 11, 2023 · 0 comments · Fixed by #389
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 a new option to require web commit signoff for a repository. This should be added to the Set-GitHubRepository Cmdlet.

Note: this can't be added to the New-GitHubRepository cmdlet as the underlying GitHub create repo API does not support it.

Feature Idea Additional Details

References:
API Reference
Parameters
  • web_commit_signoff_required

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 11, 2023
HowardWolosky pushed a commit that referenced this issue Feb 27, 2023
…ption

Adds the `WebCommitSignoffRequired` parameter to the `Set-GitHubRepository` function.

Fixes #388

References:

- 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