feat: add built-in dictionaryValueFromKey #999
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Summary generated by Reviewpad on 26 Jul 23 10:38 UTC
This pull request adds a new built-in function called "dictionaryValueFromKey" to the "aladino" plugin. This function allows retrieving the value of a specific key from a dictionary. The function takes two arguments: the name of the dictionary and the key to retrieve. If the dictionary and key exist, the function returns the corresponding value. Otherwise, it returns an error message. This patch also includes the necessary changes to the go.mod and go.sum files.
🤖 Generated by Copilot at ba8d429
Updated the reviewpad/api/go module and added a new aladino built-in function
dictionaryValueFromKey
that allows accessing values from predefined dictionaries in the aladino environment. This function can be used for both pull requests and issues.Related to
Closes #998
Code review and merge strategy
Show: this pull request can be auto-merged and a code review should be done post-merge
How
🤖 Generated by Copilot at ba8d429