njimenezotto

Results 10 comments of njimenezotto

Have you checked is not related with the permissions of the workflow? https://github.com/softprops/action-gh-release#permissions

I can confirm this behavior. I tried to use {{ tools.context.actor }} or {{ tools.context.sha }} but they are empty.

Hello @owenrumney, I'm seeing the same message "not writing as not part of the current PR". I don't understand why if I commit insecure code, commenter is not creating any...

Another option is to pass to the @Client the values of the Pageable like this: ``` @QueryValue("size") int size, @QueryValue("number") int number ``` And the @Controller can still declare the...

Sorry, no time right now.

Have you tried tagType = "lightweight" ?

@breuerfelix I have a workaround by adding this to aerospace configuration ``` [[on-window-detected]] if.app-id = 'com.apple.reminders' run = ['layout floating', 'move-node-to-workspace 5'] ```

Is there any workaround possible to take into account *Of by making a custom RuleFactory?

When adding the namespace to config.resourceFiltersIncludeNamespaces then '[\*/\*,MY_NAMESPACE,*]' is added to resourceFilters in kyverno configmap making kyverno to skip that namespace.