Fix comments and formatting in Datadog workflow#772
Fix comments and formatting in Datadog workflow#772jarlungoodoo73 wants to merge 1 commit intomicrosoft:mainfrom
Conversation
|
@jarlungoodoo73 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
There was a problem hiding this comment.
Pull request overview
This pull request adds a GitHub Actions workflow for integrating Datadog Synthetic tests into the CI/CD pipeline. The workflow triggers automated end-to-end tests when code is pushed or pull requests are opened against the main branch.
Changes:
- Added new GitHub Actions workflow configuration for Datadog Synthetic test integration
- Configured workflow to trigger on push and pull request events to the main branch
- Set up Datadog API and Application key authentication via GitHub secrets
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Pull request overview This pull request adds a GitHub Actions workflow for integrating Datadog Synthetic tests into the CI/CD pipeline. The workflow triggers automated end-to-end tests when code is pushed or pull requests are opened against the main branch. Added new GitHub Actions workflow configuration for Datadog Synthetic test integration Configured workflow to trigger on push and pull request events to the main branch Set up Datadog API and Application key authentication via GitHub secrets 💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started. |
|
@copilot open a new pull request to apply changes based on the comments in this thread |
1 similar comment
|
@copilot open a new pull request to apply changes based on the comments in this thread |
This pull request introduces a new GitHub Actions workflow for integrating Datadog Synthetic tests into the CI/CD pipeline. The workflow is designed to automatically run end-to-end tests tagged in Datadog when code is pushed, or a pull request is opened against the
mainbranch.CI/CD integration:
.github/workflows/datadog-synthetics.ymlto trigger Datadog Synthetic tests on pushes and pull requests to themainbranch, using theDataDog/synthetics-ci-github-actionand requiring Datadog API and Application keys as secrets.