Do not warn changelog required when removing feature flag patches
`Danger` checks if we are removing feature flag files without a changelog entry and reports: This merge request requires a changelog entry because it [removes a feature flag](https://docs.gitlab.com/ee/development/changelog.html#what-warrants-a-changelog-entry). [This happens inside the gitlab-dangerfiles](https://gitlab.com/gitlab-org/ruby/gems/gitlab-dangerfiles/-/blob/master/lib/danger/plugins/changelog.rb?ref_type=heads#L38) As far as I can tell we only use the feature flag category in danger for this specific check so we don't need to recategorize the patch files. Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/506518 Changelog: fixed
想要评论请 注册 或 登录