gitlab_projects(s): Add suggestion_commit_message - #1249
Conversation
There was a problem hiding this comment.
Welcome @pascal-hofmann 👋
It looks like this is your first submission to the Terraform GitLab Provider! If you haven’t already done so, please make sure you have checked out our CONTRIBUTING.md guide to make sure your contribution has all the necessary elements in place for a successful approval.
Thanks again, and welcome to the community! 😃
Closes #1248.
9cd76ab to
db02fec
Compare
timofurrer
left a comment
There was a problem hiding this comment.
Thanks for the contribution @pascal-hofmann 🌮
LGTM 🚢
|
Marking this pull request as stale due to 30 days of inactivity. If this pull request receives no comments in the next 14 days it will be closed. Maintainers can also remove the To help this pull request get reviewed, please check that it is rebased onto the latest main and is passing automated checks. It also helps if you could reference an issue that the pull request resolves, and create one if it doesn't exist. |
|
This PR is not stale and already reviewed / approved. |
Edit: I just noticed that I mixed up the field names in my initial commit message. This is fixed now. 😓🙈
Description
Closes #1248.
PR Checklist Acknowledgement
Examples are updated with:A *.tf file for the resource/s with at least one usage exampleA *.sh file for the resource/s with an import example (if applicable)New resources have at minimum a basic test with three steps:Create the resourceUpdate the attributesImport the resource//lintignorecomments were copied from existing code. (Linter rules are meant to be enforced on new code.)