coopnorge / provider-github

Apache License 2.0
25 stars 13 forks source link

while creating organization-rule-set it is not working as expected #86

Open A660988 opened 3 weeks ago

A660988 commented 3 weeks ago

Hello I am trying to create organizatio rule set.

I am giving the hard coded value in the following compoition

image

Wgen we apply claim, seems it is not creating the ruleset as expected. 
**The value I am providing to parameter name **condition** that is not working.**
```
Example 
conditions:
          - ref_name:
              - include: 
                 - ~ALL     
              - exclude:
                 - "refs/heads/dev*"
          - repository_name:
              - include:
                 - epis-events
                 - epis-dev-services-library
 ```

image

Can you please look into this and suggest what is wrong here?

Thanks in Advance

A660988 commented 2 weeks ago

Is there any update please?