CycodeLabs / CycodeLabs/raven

Add inputs properties for each input in composite action

Open
#114 0 comments 0 reactions 0 assignees View on GitHub
feature indexer
Dominant language
Python
Stars
747
Forks
45
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
Yes, when querying composite actions, I would like to filter to inputs with a specific value. We don't have that information right now.

**Describe the solution you'd like**
I would like each input will have additional details about him. Right now, the `CompositeAction` Node has a property of inputs, which is a list of inputs. I would like each input will have additional values, such as default value.

**Describe alternatives you've considered**
No alternatives in Raven for now.

**Additional context**
CompositeAction Node right now:

![image](https://github.com/CycodeLabs/raven/assets/124190990/ef809ced-34d5-48ba-9f51-fe96a4e9772d)

CompositeAction additional details:
In this case, I would like a way to filter for the `CompositeAction` Node that contains input with a default value of `${{ github.token }}`

![image](https://github.com/CycodeLabs/raven/assets/124190990/e9dff04f-17bc-4ed0-9f51-b31fb4649689)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.