Update GitLab Features authored by Slominski, Ryan's avatar Slominski, Ryan
...@@ -30,7 +30,7 @@ configure an issue template at the group level because of Free Tier: [Group Desc ...@@ -30,7 +30,7 @@ configure an issue template at the group level because of Free Tier: [Group Desc
- We can't disable the CHANGELOG.md prompt, meaning if you don't have one, you'll be endlessly prompted to add one. A CHANGELOG is great, but it is really just duplicating the release notes associated with a release. You don't really need both. GitHub doesn't push users to use a CHANGELOG, and historically all changes in my GitHub workflows (the release notes) have just been included in the release itself. - We can't disable the CHANGELOG.md prompt, meaning if you don't have one, you'll be endlessly prompted to add one. A CHANGELOG is great, but it is really just duplicating the release notes associated with a release. You don't really need both. GitHub doesn't push users to use a CHANGELOG, and historically all changes in my GitHub workflows (the release notes) have just been included in the release itself.
Other items that we may not care about at the moment, but aren't available in Free (not comprehensive, just things that popped out): Other items that we may not care about at the moment, but aren't available in Free (not comprehensive, just things that popped out):
- [Group level branch protection rules](https://docs.gitlab.com/user/project/repository/branches/protected/#in-a-group) - I thought we needed this to protect our group ACCESS_TOKEN, but after discussions with Mark, sounds like prob not. - [Group level branch protection rules](https://docs.gitlab.com/user/project/repository/branches/protected/#in-a-group) - Deprecated anyways
- [Require approval before merge](https://docs.gitlab.com/user/project/merge_requests/approvals/settings/) - [Require approval before merge](https://docs.gitlab.com/user/project/merge_requests/approvals/settings/)
- [Find Reviewers](https://docs.gitlab.com/user/project/merge_requests/reviews/#find-reviewers-who-fulfill-approval-rules) - [Find Reviewers](https://docs.gitlab.com/user/project/merge_requests/reviews/#find-reviewers-who-fulfill-approval-rules)
- [Dependency Scanning](https://docs.gitlab.com/user/application_security/dependency_scanning/) - [Dependency Scanning](https://docs.gitlab.com/user/application_security/dependency_scanning/)
... ...
......