You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use feature flags instead of separate granular toolsets
Place granular tools in existing issues/pull_requests toolsets with
FeatureFlagEnable, instead of creating separate issues_granular and
pull_requests_granular toolsets. This is simpler and uses the existing
feature flag infrastructure to switch between consolidated and
granular tool variants at runtime.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
-166Lines changed: 0 additions & 166 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -566,13 +566,11 @@ The following sets of tools are available:
566
566
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/logo-gist-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/logo-gist-light.png"><imgsrc="pkg/octicons/icons/logo-gist-light.png"width="20"height="20"alt="logo-gist"></picture> |`gists`| GitHub Gist related tools |
567
567
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/git-branch-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/git-branch-light.png"><imgsrc="pkg/octicons/icons/git-branch-light.png"width="20"height="20"alt="git-branch"></picture> |`git`| GitHub Git API related tools for low-level Git operations |
568
568
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/issue-opened-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/issue-opened-light.png"><imgsrc="pkg/octicons/icons/issue-opened-light.png"width="20"height="20"alt="issue-opened"></picture> |`issues`| GitHub Issues related tools |
569
-
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/issue-opened-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/issue-opened-light.png"><imgsrc="pkg/octicons/icons/issue-opened-light.png"width="20"height="20"alt="issue-opened"></picture> |`issues_granular`| Granular issue tools with fine-grained control over individual operations |
570
569
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/tag-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/tag-light.png"><imgsrc="pkg/octicons/icons/tag-light.png"width="20"height="20"alt="tag"></picture> |`labels`| GitHub Labels related tools |
571
570
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/bell-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/bell-light.png"><imgsrc="pkg/octicons/icons/bell-light.png"width="20"height="20"alt="bell"></picture> |`notifications`| GitHub Notifications related tools |
572
571
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/organization-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/organization-light.png"><imgsrc="pkg/octicons/icons/organization-light.png"width="20"height="20"alt="organization"></picture> |`orgs`| GitHub Organization related tools |
573
572
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/project-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/project-light.png"><imgsrc="pkg/octicons/icons/project-light.png"width="20"height="20"alt="project"></picture> |`projects`| GitHub Projects related tools |
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/git-pull-request-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/git-pull-request-light.png"><imgsrc="pkg/octicons/icons/git-pull-request-light.png"width="20"height="20"alt="git-pull-request"></picture> |`pull_requests_granular`| Granular pull request tools with fine-grained control over individual operations |
576
574
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/repo-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/repo-light.png"><imgsrc="pkg/octicons/icons/repo-light.png"width="20"height="20"alt="repo"></picture> |`repos`| GitHub Repository related tools |
577
575
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/shield-lock-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/shield-lock-light.png"><imgsrc="pkg/octicons/icons/shield-lock-light.png"width="20"height="20"alt="shield-lock"></picture> |`secret_protection`| Secret protection related tools, such as GitHub Secret Scanning |
578
576
| <picture><sourcemedia="(prefers-color-scheme: dark)"srcset="pkg/octicons/icons/shield-dark.png"><sourcemedia="(prefers-color-scheme: light)"srcset="pkg/octicons/icons/shield-light.png"><imgsrc="pkg/octicons/icons/shield-light.png"width="20"height="20"alt="shield"></picture> |`security_advisories`| Security advisories related tools |
@@ -905,93 +903,6 @@ The following sets of tools are available:
0 commit comments