DataDog / datadog-aas-extension

Datadog Azure App Services Site Extension
Apache License 2.0
9 stars 12 forks source link

Github Workflow to Create PR for Bumping Node Extension Versions #245

Closed duncanpharvey closed 7 months ago

duncanpharvey commented 7 months ago

What does this PR do?

Adds a Github Workflow that runs daily to check if there are new releases to the Agent or Node Tracer. If there is a new release a PR is created to bump the versions in the Node Extension build script.

Motivation

https://datadoghq.atlassian.net/browse/SVLS-4516

https://www.nuget.org/packages/Datadog.AzureAppServices.Node.Apm

Additional Notes

Describe how to test/QA your changes

Update the trigger to push to verify that a PR is created with the appropriate version changes. It's helpful to have a test repo for this to prevent cluttering this repo with closed PRs.

Screenshot 2024-04-12 at 10 22 48 AM Screenshot 2024-04-12 at 10 26 33 AM