Alexandre Couedelo
Alexandre Couedelo
I think it will be nice to be able to be able to generate a report of which keys have been change as a result of the merge. I don't...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
With the current implementation for socketmode we need to systematically create an event loop link in the example: https://github.com/slack-go/slack/blob/master/examples/socketmode/socketmode.go. It is very verbose and requires duplicating that code in all...
I am doing a search of a message and then un update of the same message with minor modification. I was wondering if there is a way to simply cast...
I am looking at writing custom policies using Rego. However I am trying to test my policies with the opa cli ``` opa test . -v --explain=full ``` However, this...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...
**Describe the solution you'd like** I think using configMap to define configuration would make a lot of sense. The first I would implement in defining targets in `ConstraintTemplate`. This would...
This feature is already avaliable in the git-ressource, it would be usefull for more flexibility in this ressource `tag_prefix`: Optional. If specified, the tag read from the file will be...
updated the structs based on https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#merge-request-events
I am currious to understand why this is a requirement for Gitlab because I used the built in [gitlab ci release](https://docs.gitlab.com/ee/user/project/releases/release_cicd_examples.html#create-release-metadata-in-a-custom-script) tooling and it doesn't need a token to create...