Skip to content

Comments

Add Datadog Synthetic tests workflow#5

Draft
Copilot wants to merge 2 commits intotrunkfrom
copilot/add-datadog-synthetic-tests
Draft

Add Datadog Synthetic tests workflow#5
Copilot wants to merge 2 commits intotrunkfrom
copilot/add-datadog-synthetic-tests

Conversation

Copy link

Copilot AI commented Jan 20, 2026

Integrates Datadog Synthetic tests into CI/CD pipeline via GitHub Actions.

Changes

  • New workflow .github/workflows/datadog-synthetic.yml
    • Triggers on push/PR to trunk
    • Authenticates via DATADOG_API_KEY and DATADOG_APP_KEY secrets
    • Uses DataDog/synthetics-ci-github-action@v1

Required Setup

Repository secrets must be configured:

  • DATADOG_API_KEY
  • DATADOG_APP_KEY
- name: Run Datadog Synthetic tests
  uses: DataDog/synthetics-ci-github-action@v1
  with:
    api_key: ${{ secrets.DATADOG_API_KEY }}
    app_key: ${{ secrets.DATADOG_APP_KEY }}
Original prompt

This section details on the original issue you should resolve

<issue_title>## Pull request overview</issue_title>
<issue_description>## 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.

Originally posted by @copilot-pull-request-reviewer in microsoft/vscode-livepreview#772 (review)</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: jarlungoodoo73 <201750283+jarlungoodoo73@users.noreply.github.com>
Copilot AI changed the title [WIP] Add GitHub Actions workflow for Datadog Synthetic tests Add Datadog Synthetic tests workflow Jan 20, 2026
Copilot AI requested a review from jarlungoodoo73 January 20, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

## Pull request overview

2 participants