feat: add commands to open webhook settings pages on GitHub#3
Merged
Conversation
Provide two ways to jump to GitHub's webhook settings from the tree view:
- An inline gear icon on each webhook opens that hook's settings page
(.../settings/hooks/{id}).
- A toolbar button opens the repository's webhooks list page
(.../settings/hooks).
URLs are built by a new webhookSettingsUrl() helper that reuses the
resolved RepoRef (host/owner/repo), so GitHub Enterprise hosts work too.
seiya-koji
added a commit
that referenced
this pull request
Jul 1, 2026
Add the two commands introduced in #3 to the README: - open a webhook's settings page from its context menu - open the repository's Webhooks list from the view's title bar Reflected in both the Features and Usage sections. Claude-Session: https://claude.ai/code/session_01CDSKU7zDQV92CAfeA3AuXa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
webhookSettingsUrl()helper to build browser URLs for GitHub webhook settings pages (supports github.com and GitHub Enterprise Server)githubWebhooks.openWebhookSettingscommand — opens the settings page for a specific webhook from the tree item context menugithubWebhooks.openRepoWebhookscommand — opens the repository's webhook list page from the view toolbarTest plan
webhookSettingsUrl()(github.com and GitHub Enterprise Server URLs)https://claude.ai/code/session_01SHj8e2Newy1DFz2uS6GKEB