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
stale-issue-message: "This issue is stale because it has been open for ${{ env.PR_DAYS_BEFORE_STALE }} days with no activity. Leave a comment to avoid closing this issue in ${{ env.PR_DAYS_BEFORE_CLOSE }} days."
23
+
close-issue-message: "This issue was closed because it has been inactive for ${{ env.PR_DAYS_BEFORE_CLOSE }} days since being marked as stale."
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -538,6 +538,9 @@ The following sets of tools are available (all are on by default):
538
538
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
539
539
-`repo`: Repository name (string, required)
540
540
541
+
-**list_issue_types** - List available issue types
542
+
-`owner`: The organization owner of the repository (string, required)
543
+
541
544
-**list_issues** - List issues
542
545
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
543
546
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
@@ -829,6 +832,10 @@ The following sets of tools are available (all are on by default):
829
832
-`repo`: Repository name (string, required)
830
833
-`sha`: Accepts optional commit SHA. If specified, it will be used instead of ref (string, optional)
831
834
835
+
-**get_latest_release** - Get latest release
836
+
-`owner`: Repository owner (string, required)
837
+
-`repo`: Repository name (string, required)
838
+
832
839
-**get_tag** - Get tag details
833
840
-`owner`: Repository owner (string, required)
834
841
-`repo`: Repository name (string, required)
@@ -848,6 +855,12 @@ The following sets of tools are available (all are on by default):
848
855
-`repo`: Repository name (string, required)
849
856
-`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
857
858
+
-**list_releases** - List releases
859
+
-`owner`: Repository owner (string, required)
860
+
-`page`: Page number for pagination (min 1) (number, optional)
861
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
862
+
-`repo`: Repository name (string, required)
863
+
851
864
-**list_tags** - List tags
852
865
-`owner`: Repository owner (string, required)
853
866
-`page`: Page number for pagination (min 1) (number, optional)
@@ -1075,4 +1088,4 @@ The exported Go API of this module should currently be considered unstable, and
1075
1088
1076
1089
## License
1077
1090
1078
-
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.
1091
+
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