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
Copy file name to clipboardExpand all lines: README.md
+166Lines changed: 166 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -566,11 +566,13 @@ 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 |
569
570
| <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 |
570
571
| <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 |
571
572
| <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 |
572
573
| <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 |
574
576
| <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 |
575
577
| <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 |
576
578
| <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 |
@@ -903,6 +905,93 @@ The following sets of tools are available:
0 commit comments