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."
-`repo`: Optional repository name. If provided with owner, only notifications for this repository are listed. (string, optional)
762
+
-`repo`: Optional repository name. If provided with owner, only pull requests for this repository are listed. (string, optional)
752
763
-`sort`: Sort field by number of matches of categories, defaults to best match (string, optional)
753
764
754
765
-**submit_pending_pull_request_review** - Submit the requester's latest pending pull request review
@@ -829,6 +840,10 @@ The following sets of tools are available (all are on by default):
829
840
-`repo`: Repository name (string, required)
830
841
-`sha`: Accepts optional commit SHA. If specified, it will be used instead of ref (string, optional)
831
842
843
+
-**get_latest_release** - Get latest release
844
+
-`owner`: Repository owner (string, required)
845
+
-`repo`: Repository name (string, required)
846
+
832
847
-**get_tag** - Get tag details
833
848
-`owner`: Repository owner (string, required)
834
849
-`repo`: Repository name (string, required)
@@ -848,6 +863,12 @@ The following sets of tools are available (all are on by default):
848
863
-`repo`: Repository name (string, required)
849
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)
850
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
+
851
872
-**list_tags** - List tags
852
873
-`owner`: Repository owner (string, required)
853
874
-`page`: Page number for pagination (min 1) (number, optional)
@@ -1075,4 +1096,4 @@ The exported Go API of this module should currently be considered unstable, and
1075
1096
1076
1097
## License
1077
1098
1078
-
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