GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
933 stars 452 forks source link

[11.9] Add support for `allowed_to_create` in `Projects::addProtectedTag` #736

Closed joaocsilva closed 1 year ago

joaocsilva commented 1 year ago

According to the documentation, is possible to use "allowed_to_create". https://docs.gitlab.com/ee/api/protected_tags.html#protect-repository-tags

GrahamCampbell commented 1 year ago

Thanks. 🚀

GrahamCampbell commented 1 year ago

v11.9.0 has now been released, with this change, and many others, including PHP 8.2 support. 🚢