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
* docs: add required GitHub token permissions per action (#128)
* Feat: Add support for GitHub Releases (list and latest) tools
* Update repositories.go
Update params
* Update README.md
Add only new tool to the readme
* Revise GitHub PAT instructions and permissions section
* Readme formatting
---------
Co-authored-by: Arya Soni <[email protected]>
Co-authored-by: Arya Soni <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -829,6 +829,10 @@ The following sets of tools are available (all are on by default):
829
829
-`repo`: Repository name (string, required)
830
830
-`sha`: Accepts optional commit SHA. If specified, it will be used instead of ref (string, optional)
831
831
832
+
-**get_latest_release** - Get latest release
833
+
-`owner`: Repository owner (string, required)
834
+
-`repo`: Repository name (string, required)
835
+
832
836
-**get_tag** - Get tag details
833
837
-`owner`: Repository owner (string, required)
834
838
-`repo`: Repository name (string, required)
@@ -848,6 +852,12 @@ The following sets of tools are available (all are on by default):
848
852
-`repo`: Repository name (string, required)
849
853
-`sha`: Commit SHA, branch or tag name to list commits of. If not provided, uses the default branch of the repository. If a commit SHA is provided, will list commits up to that SHA. (string, optional)
850
854
855
+
-**list_releases** - List releases
856
+
-`owner`: Repository owner (string, required)
857
+
-`page`: Page number for pagination (min 1) (number, optional)
858
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
859
+
-`repo`: Repository name (string, required)
860
+
851
861
-**list_tags** - List tags
852
862
-`owner`: Repository owner (string, required)
853
863
-`page`: Page number for pagination (min 1) (number, optional)
@@ -1075,4 +1085,4 @@ The exported Go API of this module should currently be considered unstable, and
1075
1085
1076
1086
## License
1077
1087
1078
-
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.
1088
+
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.
0 commit comments