Add name_regex and name_regex_keep fields to the GraphQL update mutation
Problem to solve
The graphQL mutation for container expiration policies was introduced with !32944 (merged)
The input object is lacking two attributes:
name_regex
name_regex_keep
Intended users
User experience goal
- The current UI (located in
project_url/-/settings/ci_cd
should be able to use the GraphQL endpoint for its operations.
Further details
- Add the missing attributes on the graphQL update
mutation
- Don't forget to add a rspec example with invalid values for these regex attributes