Skip to content

Commit bd75140

Browse files
committed
feat: add milestone management commands to README
🚀 Breaking Changes: - Introduced new commands for milestone management in GitLab. 📝 Details: - Added commands: list_milestones, get_milestone, create_milestone, edit_milestone, delete_milestone, get_milestone_issue, get_milestone_merge_requests, promote_milestone, get_milestone_burndown_events.
1 parent 07ff52d commit bd75140

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,13 @@ $ sh scripts/image_push.sh docker_user_name
132132
49. `get_pipeline_job` - Get details of a GitLab pipeline job number
133133
50. `get_pipeline_job_output` - Get the output/trace of a GitLab pipeline job number
134134
51. `list_merge_requests` - List merge requests in a GitLab project with filtering options
135+
52. `list_milestones` - List milestones in a GitLab project with filtering options
136+
53. `get_milestone` - Get details of a specific milestone
137+
54. `create_milestone` - Create a new milestone in a GitLab project
138+
55. `edit_milestone ` - Edit an existing milestone in a GitLab project
139+
56. `delete_milestone` - Delete a milestone from a GitLab project
140+
57. `get_milestone_issue` - Get issues associated with a specific milestone
141+
58. `get_milestone_merge_requests` - Get merge requests associated with a specific milestone
142+
59. `promote_milestone` - Promote a milestone to the next stage
143+
60. `get_milestone_burndown_events` - Get burndown events for a specific milestone
135144
<!-- TOOLS-END -->

0 commit comments

Comments
 (0)