Barun Acharya
Barun Acharya
If all we want to do is filter the nodes without `question` we can use something like ```ruby if @node_type == 'note' @notes = nodes .joins(:tag) .where.not('term_data.name LIKE ?', 'question:%')...
Just noting, we can leverage the `since` parameter for fetching them accordingly. https://docs.github.com/en/rest/reference/issues#list-organization-issues-assigned-to-the-authenticated-user. Or would it be better to fetch them all and just filter them out. I believe that's...
Working with @AvineshTripathi on this :)
We have a couple of queries 1. Where will this job/code reside in? 2. How do we import constructs from generator and label_sync tools? We were testing things out by...
/assign
@sayantani11 Apologies for the delay and missing providing updates here. So I went through the shared resources and the spec provided here https://github.com/kubernetes-sigs/cluster-api-provider-gcp/blob/main/config/crd/bases/infrastructure.cluster.x-k8s.io_gcpclusters.yaml I came with a rough configuration... ---...
Hey 👋🏽 Any leads on how to deal with this?
Hey @anonymousr007, This issue would require familiarity with Github Actions in general. Github has an excellent documentation about Github Actions @ https://docs.github.com/en/actions. Our coverage calculation, sends the coverage data to...
> This YAML file code a separate job in the same file? File Name: [KubeArmor/.github/workflows/ci-test-local.yml](https://github.com/kubearmor/KubeArmor/blob/b38a0a59362d100bad7e8d6db36ed3c7f89a06e5/.github/workflows/ci-test-local.yml#L72-L85) This is a step of the job `build`, we want to move it to a...