Skip to content
Commits on Source (3)
......@@ -7,7 +7,7 @@ with the latest commit from https://gitlab.com/gitlab-org/gitlab-triage/commits/
<!-- Keep the sections order but remove the empty sections -->
```markdown
### New scenarios and scenario updates
### New features and features updates
- !aaa <Title of the aaa MR>.
......@@ -19,7 +19,7 @@ with the latest commit from https://gitlab.com/gitlab-org/gitlab-triage/commits/
- !ccc <Title of the ccc MR>.
### Other changes (CI, backstage)
### Other changes (tooling, technical debt)
- !ddd <Title of the ddd MR>.
```
......
......@@ -49,7 +49,7 @@ module Gitlab
end
def param_name
prefix = attribute.delete_suffix('_at')
prefix = attribute.sub(/_at\z/, '')
suffix =
case interval_condition
when :older_than
......
......@@ -2,6 +2,6 @@
module Gitlab
module Triage
VERSION = '1.10.0'
VERSION = '1.10.1'
end
end