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
@@ -546,6 +546,9 @@ The following sets of tools are available (all are on by default):
546
546
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
547
547
-`repo`: Repository name (string, required)
548
548
549
+
-**list_issue_types** - List available issue types
550
+
-`owner`: The organization owner of the repository (string, required)
551
+
549
552
-**list_issues** - List issues
550
553
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
551
554
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
@@ -837,6 +840,10 @@ The following sets of tools are available (all are on by default):
837
840
-`repo`: Repository name (string, required)
838
841
-`sha`: Accepts optional commit SHA. If specified, it will be used instead of ref (string, optional)
839
842
843
+
-**get_latest_release** - Get latest release
844
+
-`owner`: Repository owner (string, required)
845
+
-`repo`: Repository name (string, required)
846
+
840
847
-**get_tag** - Get tag details
841
848
-`owner`: Repository owner (string, required)
842
849
-`repo`: Repository name (string, required)
@@ -856,6 +863,12 @@ The following sets of tools are available (all are on by default):
856
863
-`repo`: Repository name (string, required)
857
864
-`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)
858
865
866
+
-**list_releases** - List releases
867
+
-`owner`: Repository owner (string, required)
868
+
-`page`: Page number for pagination (min 1) (number, optional)
869
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
870
+
-`repo`: Repository name (string, required)
871
+
859
872
-**list_tags** - List tags
860
873
-`owner`: Repository owner (string, required)
861
874
-`page`: Page number for pagination (min 1) (number, optional)
@@ -1083,4 +1096,4 @@ The exported Go API of this module should currently be considered unstable, and
1083
1096
1084
1097
## License
1085
1098
1086
-
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.
1099
+
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