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.
Handles new releases for just the Agent, just the Tracer, or both the Agent and Tracer
If there are new releases created while a PR remains unmerged, the PR will be updated to reflect the latest releases
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.
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.