ArieGato / serilog-sinks-rabbitmq

Serilog Sink for RabbitMq
Apache License 2.0
53 stars 51 forks source link

Migrate to GitHub Actions #128

Closed sungam3r closed 6 months ago

sungam3r commented 7 months ago

Hi. I'm glad to see new maintainer for this sink. I can make PR with configured GitHub actions as I already did for destructurama projects.

ArieGato commented 7 months ago

Hi,

I already started on configuring Github Actions.

It's my first effort on this. I've only worked with Azure Devops. But it seems rather simular. When I have questions, I'll reach out.

Thnx

sungam3r commented 7 months ago

I can copy-paste already welll-tested code. It suits to wide range of repos.

sungam3r commented 7 months ago

Or you can just copy-paste all https://github.com/destructurama/attributed/tree/master/.github folder . You need slightly change paths in labeler.yml and add repo secret named NUGET_AUTH_TOKEN.

sungam3r commented 7 months ago

I see #129. It's a step in the right direction.

ArieGato commented 7 months ago

I’ll have a look at the build you referenced. For now the integration tests are running against a rabbitmq instance. And the package is published to my github feed.