Skip to content

Commit c32646d

Browse files
refresh readme after rebase
1 parent 3812578 commit c32646d

File tree

1 file changed

+1
-58
lines changed

1 file changed

+1
-58
lines changed

README.md

Lines changed: 1 addition & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -492,46 +492,6 @@ The following sets of tools are available:
492492

493493
<summary><picture><source media="(prefers-color-scheme: dark)" srcset="pkg/octicons/icons/workflow-dark.png"><source media="(prefers-color-scheme: light)" srcset="pkg/octicons/icons/workflow-light.png"><img src="pkg/octicons/icons/workflow-light.png" width="20" height="20" alt="workflow"></picture> Actions</summary>
494494

495-
<<<<<<< HEAD
496-
=======
497-
- **actions_get** - Get details of GitHub Actions resources (workflows, workflow runs, jobs, and artifacts)
498-
- **Required OAuth Scopes**: `repo`
499-
- `method`: The method to execute (string, required)
500-
- `owner`: Repository owner (string, required)
501-
- `repo`: Repository name (string, required)
502-
- `resource_id`: The unique identifier of the resource. This will vary based on the "method" provided, so ensure you provide the correct ID:
503-
- Provide a workflow ID or workflow file name (e.g. ci.yaml) for 'get_workflow' method.
504-
- Provide a workflow run ID for 'get_workflow_run', 'get_workflow_run_usage', and 'get_workflow_run_logs_url' methods.
505-
- Provide an artifact ID for 'download_workflow_run_artifact' method.
506-
- Provide a job ID for 'get_workflow_job' method.
507-
(string, required)
508-
509-
- **actions_list** - List GitHub Actions workflows in a repository
510-
- **Required OAuth Scopes**: `repo`
511-
- `method`: The action to perform (string, required)
512-
- `owner`: Repository owner (string, required)
513-
- `page`: Page number for pagination (default: 1) (number, optional)
514-
- `per_page`: Results per page for pagination (default: 30, max: 100) (number, optional)
515-
- `repo`: Repository name (string, required)
516-
- `resource_id`: The unique identifier of the resource. This will vary based on the "method" provided, so ensure you provide the correct ID:
517-
- Do not provide any resource ID for 'list_workflows' method.
518-
- Provide a workflow ID or workflow file name (e.g. ci.yaml) for 'list_workflow_runs' method.
519-
- Provide a workflow run ID for 'list_workflow_jobs' and 'list_workflow_run_artifacts' methods.
520-
(string, optional)
521-
- `workflow_jobs_filter`: Filters for workflow jobs. **ONLY** used when method is 'list_workflow_jobs' (object, optional)
522-
- `workflow_runs_filter`: Filters for workflow runs. **ONLY** used when method is 'list_workflow_runs' (object, optional)
523-
524-
- **actions_run_trigger** - Trigger GitHub Actions workflow actions
525-
- **Required OAuth Scopes**: `repo`
526-
- `inputs`: Inputs the workflow accepts. Only used for 'run_workflow' method. (object, optional)
527-
- `method`: The method to execute (string, required)
528-
- `owner`: Repository owner (string, required)
529-
- `ref`: The git reference for the workflow. The reference can be a branch or tag name. Required for 'run_workflow' method. (string, optional)
530-
- `repo`: Repository name (string, required)
531-
- `run_id`: The ID of the workflow run. Required for all methods except 'run_workflow'. (number, optional)
532-
- `workflow_id`: The workflow ID (numeric) or workflow file name (e.g., main.yml, ci.yaml). Required for 'run_workflow' method. (string, optional)
533-
534-
>>>>>>> 4ed0310 (Complete OAuth scope implementation for all tools)
535495
- **cancel_workflow_run** - Cancel workflow run
536496
- **Required OAuth Scopes**: `repo`
537497
- `owner`: Repository owner (string, required)
@@ -560,19 +520,6 @@ The following sets of tools are available:
560520
- `run_id`: Workflow run ID (required when using failed_only) (number, optional)
561521
- `tail_lines`: Number of lines to return from the end of the log (number, optional)
562522

563-
<<<<<<< HEAD
564-
=======
565-
- **get_job_logs** - Get GitHub Actions workflow job logs
566-
- **Required OAuth Scopes**: `repo`
567-
- `failed_only`: When true, gets logs for all failed jobs in the workflow run specified by run_id. Requires run_id to be provided. (boolean, optional)
568-
- `job_id`: The unique identifier of the workflow job. Required when getting logs for a single job. (number, optional)
569-
- `owner`: Repository owner (string, required)
570-
- `repo`: Repository name (string, required)
571-
- `return_content`: Returns actual log content instead of URLs (boolean, optional)
572-
- `run_id`: The unique identifier of the workflow run. Required when failed_only is true to get logs for all failed jobs in the run. (number, optional)
573-
- `tail_lines`: Number of lines to return from the end of the log (number, optional)
574-
575-
>>>>>>> 4ed0310 (Complete OAuth scope implementation for all tools)
576523
- **get_workflow_run** - Get workflow run
577524
- **Required OAuth Scopes**: `repo`
578525
- `owner`: Repository owner (string, required)
@@ -803,12 +750,8 @@ The following sets of tools are available:
803750
- `repo`: Repository name (string, required)
804751

805752
- **assign_copilot_to_issue** - Assign Copilot to issue
806-
<<<<<<< HEAD
807-
- `issue_number`: Issue number (number, required)
808-
=======
809753
- **Required OAuth Scopes**: `repo`
810-
- `issueNumber`: Issue number (number, required)
811-
>>>>>>> 4ed0310 (Complete OAuth scope implementation for all tools)
754+
- `issue_number`: Issue number (number, required)
812755
- `owner`: Repository owner (string, required)
813756
- `repo`: Repository name (string, required)
814757

0 commit comments

Comments
 (0)