docs: link default_branch deprecation notice to github_branch_default resource#3544
docs: link default_branch deprecation notice to github_branch_default resource#3544leo-lem wants to merge 1 commit into
Conversation
…ation notice Fixes integrations#2716 — the deprecation note was easy to misread as referring to a resource parameter rather than the github_branch_default resource itself. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
👋 Hi, and thank you for this contribution! This repo is maintained by GitHub and community members on a best-effort basis. We'll get to this as soon as we can. You can help us prioritize by joining the discussion on open issues and PRs, sharing details on the changes you need, and reviewing other contributions. 🤖 This is an automated message. |
There was a problem hiding this comment.
Pull request overview
These provider review instructions are being used. This docs-only PR links the deprecated default_branch argument to its replacement resource.
Changes:
- Adds the resource link to the documentation template.
- Keeps generated documentation synchronized.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
templates/resources/repository.md.tmpl |
Links to github_branch_default. |
docs/resources/repository.md |
Updates generated documentation. |
|
Thanks for creating this! |
Summary
github_branch_defaultmention in thedefault_branchdeprecation note (both the docs template and generated docs) to its full registry URL, so it reads clearly as a resource rather than a parameter.Fixes #2716
Test plan
make generatedocsregeneratesdocs/resources/repository.mdfrom the template with no other diffstfplugindocs validatepasses🤖 Generated with Claude Code