Skip to content

Commit field change#3871

Draft
itsarijitray wants to merge 1 commit into
mainfrom
test-metadata-validation
Draft

Commit field change#3871
itsarijitray wants to merge 1 commit into
mainfrom
test-metadata-validation

Conversation

@itsarijitray

Copy link
Copy Markdown
Contributor

A summary of your pull request, including the what change you're making and why.

Testing

Include any additional information about the testing you have completed to
ensure your changes behave as expected. For a speedy review, please check
any of the tasks you completed below during your testing.

  • Added unit tests for new functionality
  • Tested end-to-end using the local server
  • [If destination is already live] Tested for backward compatibility of destination. Note: New required fields are a breaking change.
  • [Segmenters] Tested in the staging environment
  • [Segmenters] [If applicable for this change] Tested for regression with Hadron.

Security Review

Please ensure sensitive data is properly protected in your integration.

  • Reviewed all field definitions for sensitive data (API keys, tokens, passwords, client secrets) and confirmed they use type: 'password'

New Destination Checklist

  • Extracted all action API versions to verioning-info.ts file. example

Copilot AI review requested due to automatic review settings July 10, 2026 13:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.

Updates the Webhook destination “Batch Size” field description text.

Changes:

  • Modified the batch_size field description string in the Webhook send action.
  • Updated the corresponding metadata.json description to match.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
packages/destination-actions/src/destinations/webhook/send/index.ts Updates the batch_size field description shown in the action definition.
packages/destination-actions/src/destinations/webhook/metadata.json Updates the generated/checked-in metadata description for batch_size.

batch_size: {
label: 'Batch Size',
description: 'Maximum number of events to include in each batch. Actual batch sizes may be lower.',
description: 'Maximum number of event to include in each batch. Actual batch sizes may be lower.',
"batch_size": {
"label": "Batch Size",
"description": "Maximum number of events to include in each batch. Actual batch sizes may be lower.",
"description": "Maximum number of event to include in each batch. Actual batch sizes may be lower.",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants