Skip to content

changelog for integrations removal #22967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: production
Choose a base branch
from

Conversation

nevikashah
Copy link
Contributor

Summary

changelog for integrations removal

Documentation checklist

  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

Copy link
Contributor

@windsurf-bot windsurf-bot bot left a comment

Choose a reason for hiding this comment

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

💡 To request another review, post a new comment with "/windsurf-review".


If you'd like to modify your existing integration, you can update the secrets, environment variables, or Tail Workers that were created from the original integration setup. Use the following approaches:

- **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values
Copy link
Contributor

Choose a reason for hiding this comment

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

The <SECRET_NAME> placeholder uses HTML entity encoding (\u003c and \u003e) which might not render correctly in documentation. Consider using actual angle brackets within backticks instead:

Suggested change
- **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values
- **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values

Copy link
Contributor

github-actions bot commented Jun 9, 2025

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/changelog/ @cloudflare/pm-changelogs, @cloudflare/pcx-cloudflare-one

Copy link
Contributor

github-actions bot commented Jun 9, 2025

CI run failed: build logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants