Class: Gitabu::Api::V3::Actions

Inherits:
Object
  • Object
show all
Defined in:
lib/gitabu/api/v3/actions.rb

Overview

Actions endpoints.

Class Method Summary collapse

Class Method Details

.add_a_self_hosted_runner_to_a_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, runner_id: nil, options: nil) ⇒ Object



290
291
292
# File 'lib/gitabu/api/v3/actions.rb', line 290

def self.add_a_self_hosted_runner_to_a_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, runner_id: nil, options: nil)
  new.add_a_self_hosted_runner_to_a_group_for_an_enterprise(enterprise, runner_group_id, runner_id, options)
end

.add_a_self_hosted_runner_to_a_group_for_an_organization(org: nil, runner_group_id: nil, runner_id: nil, options: nil) ⇒ Object



342
343
344
# File 'lib/gitabu/api/v3/actions.rb', line 342

def self.add_a_self_hosted_runner_to_a_group_for_an_organization(org: nil, runner_group_id: nil, runner_id: nil, options: nil)
  new.add_a_self_hosted_runner_to_a_group_for_an_organization(org, runner_group_id, runner_id, options)
end

.add_custom_labels_to_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, labels: nil, options: nil) ⇒ Object



466
467
468
# File 'lib/gitabu/api/v3/actions.rb', line 466

def self.add_custom_labels_to_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, labels: nil, options: nil)
  new.add_custom_labels_to_a_self_hosted_runner_for_a_repository(owner, repo, runner_id, labels, options)
end

.add_custom_labels_to_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, labels: nil, options: nil) ⇒ Object



378
379
380
# File 'lib/gitabu/api/v3/actions.rb', line 378

def self.add_custom_labels_to_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, labels: nil, options: nil)
  new.add_custom_labels_to_a_self_hosted_runner_for_an_enterprise(enterprise, runner_id, labels, options)
end

.add_custom_labels_to_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, labels: nil, options: nil) ⇒ Object



422
423
424
# File 'lib/gitabu/api/v3/actions.rb', line 422

def self.add_custom_labels_to_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, labels: nil, options: nil)
  new.add_custom_labels_to_a_self_hosted_runner_for_an_organization(org, runner_id, labels, options)
end

.add_organization_access_to_a_self_hosted_runner_group_in_an_enterprise(enterprise: nil, runner_group_id: nil, org_id: nil, options: nil) ⇒ Object



274
275
276
# File 'lib/gitabu/api/v3/actions.rb', line 274

def self.add_organization_access_to_a_self_hosted_runner_group_in_an_enterprise(enterprise: nil, runner_group_id: nil, org_id: nil, options: nil)
  new.add_organization_access_to_a_self_hosted_runner_group_in_an_enterprise(enterprise, runner_group_id, org_id, options)
end

.add_repository_access_to_a_self_hosted_runner_group_in_an_organization(org: nil, runner_group_id: nil, repository_id: nil, options: nil) ⇒ Object



326
327
328
# File 'lib/gitabu/api/v3/actions.rb', line 326

def self.add_repository_access_to_a_self_hosted_runner_group_in_an_organization(org: nil, runner_group_id: nil, repository_id: nil, options: nil)
  new.add_repository_access_to_a_self_hosted_runner_group_in_an_organization(org, runner_group_id, repository_id, options)
end

.add_selected_repository_to_an_organization_secret(org: nil, secret_name: nil, repository_id: nil, options: nil) ⇒ Object



198
199
200
# File 'lib/gitabu/api/v3/actions.rb', line 198

def self.add_selected_repository_to_an_organization_secret(org: nil, secret_name: nil, repository_id: nil, options: nil)
  new.add_selected_repository_to_an_organization_secret(org, secret_name, repository_id, options)
end

.approve_a_workflow_run_for_a_fork_pull_request(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



518
519
520
# File 'lib/gitabu/api/v3/actions.rb', line 518

def self.approve_a_workflow_run_for_a_fork_pull_request(owner: nil, repo: nil, run_id: nil, options: nil)
  new.approve_a_workflow_run_for_a_fork_pull_request(owner, repo, run_id, options)
end

.cancel_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



530
531
532
# File 'lib/gitabu/api/v3/actions.rb', line 530

def self.cancel_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil)
  new.cancel_a_workflow_run(owner, repo, run_id, options)
end

.create_a_registration_token_for_a_repository(owner: nil, repo: nil, options: nil) ⇒ Object



446
447
448
# File 'lib/gitabu/api/v3/actions.rb', line 446

def self.create_a_registration_token_for_a_repository(owner: nil, repo: nil, options: nil)
  new.create_a_registration_token_for_a_repository(owner, repo, options)
end

.create_a_registration_token_for_an_enterprise(enterprise: nil, options: nil) ⇒ Object



358
359
360
# File 'lib/gitabu/api/v3/actions.rb', line 358

def self.create_a_registration_token_for_an_enterprise(enterprise: nil, options: nil)
  new.create_a_registration_token_for_an_enterprise(enterprise, options)
end

.create_a_registration_token_for_an_organization(org: nil, options: nil) ⇒ Object



402
403
404
# File 'lib/gitabu/api/v3/actions.rb', line 402

def self.create_a_registration_token_for_an_organization(org: nil, options: nil)
  new.create_a_registration_token_for_an_organization(org, options)
end

.create_a_remove_token_for_a_repository(owner: nil, repo: nil, options: nil) ⇒ Object



450
451
452
# File 'lib/gitabu/api/v3/actions.rb', line 450

def self.create_a_remove_token_for_a_repository(owner: nil, repo: nil, options: nil)
  new.create_a_remove_token_for_a_repository(owner, repo, options)
end

.create_a_remove_token_for_an_enterprise(enterprise: nil, options: nil) ⇒ Object



362
363
364
# File 'lib/gitabu/api/v3/actions.rb', line 362

def self.create_a_remove_token_for_an_enterprise(enterprise: nil, options: nil)
  new.create_a_remove_token_for_an_enterprise(enterprise, options)
end

.create_a_remove_token_for_an_organization(org: nil, options: nil) ⇒ Object



406
407
408
# File 'lib/gitabu/api/v3/actions.rb', line 406

def self.create_a_remove_token_for_an_organization(org: nil, options: nil)
  new.create_a_remove_token_for_an_organization(org, options)
end

.create_a_self_hosted_runner_group_for_an_enterprise(enterprise: nil, name: nil, visibility: nil, selected_organization_ids: nil, runners: nil, allows_public_repositories: nil, options: nil) ⇒ Object



250
251
252
# File 'lib/gitabu/api/v3/actions.rb', line 250

def self.create_a_self_hosted_runner_group_for_an_enterprise(enterprise: nil, name: nil, visibility: nil, selected_organization_ids: nil, runners: nil, allows_public_repositories: nil, options: nil)
  new.create_a_self_hosted_runner_group_for_an_enterprise(enterprise, name, visibility, selected_organization_ids, runners, allows_public_repositories, options)
end

.create_a_self_hosted_runner_group_for_an_organization(org: nil, name: nil, visibility: nil, selected_repository_ids: nil, runners: nil, allows_public_repositories: nil, options: nil) ⇒ Object



302
303
304
# File 'lib/gitabu/api/v3/actions.rb', line 302

def self.create_a_self_hosted_runner_group_for_an_organization(org: nil, name: nil, visibility: nil, selected_repository_ids: nil, runners: nil, allows_public_repositories: nil, options: nil)
  new.create_a_self_hosted_runner_group_for_an_organization(org, name, visibility, selected_repository_ids, runners, allows_public_repositories, options)
end

.create_a_workflow_dispatch_event(owner: nil, repo: nil, workflow_id: nil, ref: nil, inputs: nil, options: nil) ⇒ Object



578
579
580
# File 'lib/gitabu/api/v3/actions.rb', line 578

def self.create_a_workflow_dispatch_event(owner: nil, repo: nil, workflow_id: nil, ref: nil, inputs: nil, options: nil)
  new.create_a_workflow_dispatch_event(owner, repo, workflow_id, ref, inputs, options)
end

.create_or_update_a_repository_secret(owner: nil, repo: nil, secret_name: nil, encrypted_value: nil, key_id: nil, options: nil) ⇒ Object



218
219
220
# File 'lib/gitabu/api/v3/actions.rb', line 218

def self.create_or_update_a_repository_secret(owner: nil, repo: nil, secret_name: nil, encrypted_value: nil, key_id: nil, options: nil)
  new.create_or_update_a_repository_secret(owner, repo, secret_name, encrypted_value, key_id, options)
end

.create_or_update_an_environment_secret(repository_id: nil, environment_name: nil, secret_name: nil, encrypted_value: nil, key_id: nil, options: nil) ⇒ Object



238
239
240
# File 'lib/gitabu/api/v3/actions.rb', line 238

def self.create_or_update_an_environment_secret(repository_id: nil, environment_name: nil, secret_name: nil, encrypted_value: nil, key_id: nil, options: nil)
  new.create_or_update_an_environment_secret(repository_id, environment_name, secret_name, encrypted_value, key_id, options)
end

.create_or_update_an_organization_secret(org: nil, secret_name: nil, encrypted_value: nil, key_id: nil, visibility: nil, selected_repository_ids: nil, options: nil) ⇒ Object



182
183
184
# File 'lib/gitabu/api/v3/actions.rb', line 182

def self.create_or_update_an_organization_secret(org: nil, secret_name: nil, encrypted_value: nil, key_id: nil, visibility: nil, selected_repository_ids: nil, options: nil)
  new.create_or_update_an_organization_secret(org, secret_name, encrypted_value, key_id, visibility, selected_repository_ids, options)
end

.delete_a_repository_secret(owner: nil, repo: nil, secret_name: nil, options: nil) ⇒ Object



222
223
224
# File 'lib/gitabu/api/v3/actions.rb', line 222

def self.delete_a_repository_secret(owner: nil, repo: nil, secret_name: nil, options: nil)
  new.delete_a_repository_secret(owner, repo, secret_name, options)
end

.delete_a_self_hosted_runner_from_a_repository(owner: nil, repo: nil, runner_id: nil, options: nil) ⇒ Object



458
459
460
# File 'lib/gitabu/api/v3/actions.rb', line 458

def self.delete_a_self_hosted_runner_from_a_repository(owner: nil, repo: nil, runner_id: nil, options: nil)
  new.delete_a_self_hosted_runner_from_a_repository(owner, repo, runner_id, options)
end

.delete_a_self_hosted_runner_from_an_enterprise(enterprise: nil, runner_id: nil, options: nil) ⇒ Object



370
371
372
# File 'lib/gitabu/api/v3/actions.rb', line 370

def self.delete_a_self_hosted_runner_from_an_enterprise(enterprise: nil, runner_id: nil, options: nil)
  new.delete_a_self_hosted_runner_from_an_enterprise(enterprise, runner_id, options)
end

.delete_a_self_hosted_runner_from_an_organization(org: nil, runner_id: nil, options: nil) ⇒ Object



414
415
416
# File 'lib/gitabu/api/v3/actions.rb', line 414

def self.delete_a_self_hosted_runner_from_an_organization(org: nil, runner_id: nil, options: nil)
  new.delete_a_self_hosted_runner_from_an_organization(org, runner_id, options)
end

.delete_a_self_hosted_runner_group_from_an_enterprise(enterprise: nil, runner_group_id: nil, options: nil) ⇒ Object



262
263
264
# File 'lib/gitabu/api/v3/actions.rb', line 262

def self.delete_a_self_hosted_runner_group_from_an_enterprise(enterprise: nil, runner_group_id: nil, options: nil)
  new.delete_a_self_hosted_runner_group_from_an_enterprise(enterprise, runner_group_id, options)
end

.delete_a_self_hosted_runner_group_from_an_organization(org: nil, runner_group_id: nil, options: nil) ⇒ Object



314
315
316
# File 'lib/gitabu/api/v3/actions.rb', line 314

def self.delete_a_self_hosted_runner_group_from_an_organization(org: nil, runner_group_id: nil, options: nil)
  new.delete_a_self_hosted_runner_group_from_an_organization(org, runner_group_id, options)
end

.delete_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



510
511
512
# File 'lib/gitabu/api/v3/actions.rb', line 510

def self.delete_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil)
  new.delete_a_workflow_run(owner, repo, run_id, options)
end

.delete_an_artifact(owner: nil, repo: nil, artifact_id: nil, options: nil) ⇒ Object



46
47
48
# File 'lib/gitabu/api/v3/actions.rb', line 46

def self.delete_an_artifact(owner: nil, repo: nil, artifact_id: nil, options: nil)
  new.delete_an_artifact(owner, repo, artifact_id, options)
end

.delete_an_environment_secret(repository_id: nil, environment_name: nil, secret_name: nil, options: nil) ⇒ Object



242
243
244
# File 'lib/gitabu/api/v3/actions.rb', line 242

def self.delete_an_environment_secret(repository_id: nil, environment_name: nil, secret_name: nil, options: nil)
  new.delete_an_environment_secret(repository_id, environment_name, secret_name, options)
end

.delete_an_organization_secret(org: nil, secret_name: nil, options: nil) ⇒ Object



186
187
188
# File 'lib/gitabu/api/v3/actions.rb', line 186

def self.delete_an_organization_secret(org: nil, secret_name: nil, options: nil)
  new.delete_an_organization_secret(org, secret_name, options)
end

.delete_workflow_run_logs(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



538
539
540
# File 'lib/gitabu/api/v3/actions.rb', line 538

def self.delete_workflow_run_logs(owner: nil, repo: nil, run_id: nil, options: nil)
  new.delete_workflow_run_logs(owner, repo, run_id, options)
end

.disable_a_selected_organization_for_github_actions_in_an_enterprise(enterprise: nil, org_id: nil, options: nil) ⇒ Object



94
95
96
# File 'lib/gitabu/api/v3/actions.rb', line 94

def self.disable_a_selected_organization_for_github_actions_in_an_enterprise(enterprise: nil, org_id: nil, options: nil)
  new.disable_a_selected_organization_for_github_actions_in_an_enterprise(enterprise, org_id, options)
end

.disable_a_selected_repository_for_github_actions_in_an_organization(org: nil, repository_id: nil, options: nil) ⇒ Object



126
127
128
# File 'lib/gitabu/api/v3/actions.rb', line 126

def self.disable_a_selected_repository_for_github_actions_in_an_organization(org: nil, repository_id: nil, options: nil)
  new.disable_a_selected_repository_for_github_actions_in_an_organization(org, repository_id, options)
end

.disable_a_workflow(owner: nil, repo: nil, workflow_id: nil, options: nil) ⇒ Object



574
575
576
# File 'lib/gitabu/api/v3/actions.rb', line 574

def self.disable_a_workflow(owner: nil, repo: nil, workflow_id: nil, options: nil)
  new.disable_a_workflow(owner, repo, workflow_id, options)
end

.download_an_artifact(owner: nil, repo: nil, artifact_id: nil, archive_format: nil, options: nil) ⇒ Object



50
51
52
# File 'lib/gitabu/api/v3/actions.rb', line 50

def self.download_an_artifact(owner: nil, repo: nil, artifact_id: nil, archive_format: nil, options: nil)
  new.download_an_artifact(owner, repo, artifact_id, archive_format, options)
end

.download_job_logs_for_a_workflow_run(owner: nil, repo: nil, job_id: nil, options: nil) ⇒ Object



486
487
488
# File 'lib/gitabu/api/v3/actions.rb', line 486

def self.download_job_logs_for_a_workflow_run(owner: nil, repo: nil, job_id: nil, options: nil)
  new.download_job_logs_for_a_workflow_run(owner, repo, job_id, options)
end

.download_workflow_run_attempt_logs(owner: nil, repo: nil, run_id: nil, attempt_number: nil, options: nil) ⇒ Object



526
527
528
# File 'lib/gitabu/api/v3/actions.rb', line 526

def self.download_workflow_run_attempt_logs(owner: nil, repo: nil, run_id: nil, attempt_number: nil, options: nil)
  new.download_workflow_run_attempt_logs(owner, repo, run_id, attempt_number, options)
end

.download_workflow_run_logs(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



534
535
536
# File 'lib/gitabu/api/v3/actions.rb', line 534

def self.download_workflow_run_logs(owner: nil, repo: nil, run_id: nil, options: nil)
  new.download_workflow_run_logs(owner, repo, run_id, options)
end

.enable_a_selected_organization_for_github_actions_in_an_enterprise(enterprise: nil, org_id: nil, options: nil) ⇒ Object



90
91
92
# File 'lib/gitabu/api/v3/actions.rb', line 90

def self.enable_a_selected_organization_for_github_actions_in_an_enterprise(enterprise: nil, org_id: nil, options: nil)
  new.enable_a_selected_organization_for_github_actions_in_an_enterprise(enterprise, org_id, options)
end

.enable_a_selected_repository_for_github_actions_in_an_organization(org: nil, repository_id: nil, options: nil) ⇒ Object



122
123
124
# File 'lib/gitabu/api/v3/actions.rb', line 122

def self.enable_a_selected_repository_for_github_actions_in_an_organization(org: nil, repository_id: nil, options: nil)
  new.enable_a_selected_repository_for_github_actions_in_an_organization(org, repository_id, options)
end

.enable_a_workflow(owner: nil, repo: nil, workflow_id: nil, options: nil) ⇒ Object



582
583
584
# File 'lib/gitabu/api/v3/actions.rb', line 582

def self.enable_a_workflow(owner: nil, repo: nil, workflow_id: nil, options: nil)
  new.enable_a_workflow(owner, repo, workflow_id, options)
end

.get_a_job_for_a_workflow_run(owner: nil, repo: nil, job_id: nil, options: nil) ⇒ Object



482
483
484
# File 'lib/gitabu/api/v3/actions.rb', line 482

def self.get_a_job_for_a_workflow_run(owner: nil, repo: nil, job_id: nil, options: nil)
  new.get_a_job_for_a_workflow_run(owner, repo, job_id, options)
end

.get_a_repository_public_key(owner: nil, repo: nil, options: nil) ⇒ Object



210
211
212
# File 'lib/gitabu/api/v3/actions.rb', line 210

def self.get_a_repository_public_key(owner: nil, repo: nil, options: nil)
  new.get_a_repository_public_key(owner, repo, options)
end

.get_a_repository_secret(owner: nil, repo: nil, secret_name: nil, options: nil) ⇒ Object



214
215
216
# File 'lib/gitabu/api/v3/actions.rb', line 214

def self.get_a_repository_secret(owner: nil, repo: nil, secret_name: nil, options: nil)
  new.get_a_repository_secret(owner, repo, secret_name, options)
end

.get_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, options: nil) ⇒ Object



454
455
456
# File 'lib/gitabu/api/v3/actions.rb', line 454

def self.get_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, options: nil)
  new.get_a_self_hosted_runner_for_a_repository(owner, repo, runner_id, options)
end

.get_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, options: nil) ⇒ Object



366
367
368
# File 'lib/gitabu/api/v3/actions.rb', line 366

def self.get_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, options: nil)
  new.get_a_self_hosted_runner_for_an_enterprise(enterprise, runner_id, options)
end

.get_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, options: nil) ⇒ Object



410
411
412
# File 'lib/gitabu/api/v3/actions.rb', line 410

def self.get_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, options: nil)
  new.get_a_self_hosted_runner_for_an_organization(org, runner_id, options)
end

.get_a_self_hosted_runner_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, options: nil) ⇒ Object



254
255
256
# File 'lib/gitabu/api/v3/actions.rb', line 254

def self.get_a_self_hosted_runner_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, options: nil)
  new.get_a_self_hosted_runner_group_for_an_enterprise(enterprise, runner_group_id, options)
end

.get_a_self_hosted_runner_group_for_an_organization(org: nil, runner_group_id: nil, options: nil) ⇒ Object



306
307
308
# File 'lib/gitabu/api/v3/actions.rb', line 306

def self.get_a_self_hosted_runner_group_for_an_organization(org: nil, runner_group_id: nil, options: nil)
  new.get_a_self_hosted_runner_group_for_an_organization(org, runner_group_id, options)
end

.get_a_workflow(owner: nil, repo: nil, workflow_id: nil, options: nil) ⇒ Object



570
571
572
# File 'lib/gitabu/api/v3/actions.rb', line 570

def self.get_a_workflow(owner: nil, repo: nil, workflow_id: nil, options: nil)
  new.get_a_workflow(owner, repo, workflow_id, options)
end

.get_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



506
507
508
# File 'lib/gitabu/api/v3/actions.rb', line 506

def self.get_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil)
  new.get_a_workflow_run(owner, repo, run_id, options)
end

.get_a_workflow_run_attempt(owner: nil, repo: nil, run_id: nil, attempt_number: nil, options: nil) ⇒ Object



522
523
524
# File 'lib/gitabu/api/v3/actions.rb', line 522

def self.get_a_workflow_run_attempt(owner: nil, repo: nil, run_id: nil, attempt_number: nil, options: nil)
  new.get_a_workflow_run_attempt(owner, repo, run_id, attempt_number, options)
end

.get_allowed_actions_and_reusable_workflows_for_a_repository(owner: nil, repo: nil, options: nil) ⇒ Object



162
163
164
# File 'lib/gitabu/api/v3/actions.rb', line 162

def self.get_allowed_actions_and_reusable_workflows_for_a_repository(owner: nil, repo: nil, options: nil)
  new.get_allowed_actions_and_reusable_workflows_for_a_repository(owner, repo, options)
end

.get_allowed_actions_and_reusable_workflows_for_an_enterprise(enterprise: nil, options: nil) ⇒ Object



98
99
100
# File 'lib/gitabu/api/v3/actions.rb', line 98

def self.get_allowed_actions_and_reusable_workflows_for_an_enterprise(enterprise: nil, options: nil)
  new.get_allowed_actions_and_reusable_workflows_for_an_enterprise(enterprise, options)
end

.get_allowed_actions_and_reusable_workflows_for_an_organization(org: nil, options: nil) ⇒ Object



130
131
132
# File 'lib/gitabu/api/v3/actions.rb', line 130

def self.get_allowed_actions_and_reusable_workflows_for_an_organization(org: nil, options: nil)
  new.get_allowed_actions_and_reusable_workflows_for_an_organization(org, options)
end

.get_an_artifact(owner: nil, repo: nil, artifact_id: nil, options: nil) ⇒ Object



42
43
44
# File 'lib/gitabu/api/v3/actions.rb', line 42

def self.get_an_artifact(owner: nil, repo: nil, artifact_id: nil, options: nil)
  new.get_an_artifact(owner, repo, artifact_id, options)
end

.get_an_environment_public_key(repository_id: nil, environment_name: nil, options: nil) ⇒ Object



230
231
232
# File 'lib/gitabu/api/v3/actions.rb', line 230

def self.get_an_environment_public_key(repository_id: nil, environment_name: nil, options: nil)
  new.get_an_environment_public_key(repository_id, environment_name, options)
end

.get_an_environment_secret(repository_id: nil, environment_name: nil, secret_name: nil, options: nil) ⇒ Object



234
235
236
# File 'lib/gitabu/api/v3/actions.rb', line 234

def self.get_an_environment_secret(repository_id: nil, environment_name: nil, secret_name: nil, options: nil)
  new.get_an_environment_secret(repository_id, environment_name, secret_name, options)
end

.get_an_organization_public_key(org: nil, options: nil) ⇒ Object



174
175
176
# File 'lib/gitabu/api/v3/actions.rb', line 174

def self.get_an_organization_public_key(org: nil, options: nil)
  new.get_an_organization_public_key(org, options)
end

.get_an_organization_secret(org: nil, secret_name: nil, options: nil) ⇒ Object



178
179
180
# File 'lib/gitabu/api/v3/actions.rb', line 178

def self.get_an_organization_secret(org: nil, secret_name: nil, options: nil)
  new.get_an_organization_secret(org, secret_name, options)
end

.get_default_workflow_permissions(org: nil, options: nil) ⇒ Object



138
139
140
# File 'lib/gitabu/api/v3/actions.rb', line 138

def self.get_default_workflow_permissions(org: nil, options: nil)
  new.get_default_workflow_permissions(org, options)
end

.get_github_actions_cache_usage_for_a_repository(owner: nil, repo: nil, options: nil) ⇒ Object



70
71
72
# File 'lib/gitabu/api/v3/actions.rb', line 70

def self.get_github_actions_cache_usage_for_a_repository(owner: nil, repo: nil, options: nil)
  new.get_github_actions_cache_usage_for_a_repository(owner, repo, options)
end

.get_github_actions_cache_usage_for_an_enterprise(enterprise: nil, options: nil) ⇒ Object



58
59
60
# File 'lib/gitabu/api/v3/actions.rb', line 58

def self.get_github_actions_cache_usage_for_an_enterprise(enterprise: nil, options: nil)
  new.get_github_actions_cache_usage_for_an_enterprise(enterprise, options)
end

.get_github_actions_cache_usage_for_an_organization(org: nil, options: nil) ⇒ Object



62
63
64
# File 'lib/gitabu/api/v3/actions.rb', line 62

def self.get_github_actions_cache_usage_for_an_organization(org: nil, options: nil)
  new.get_github_actions_cache_usage_for_an_organization(org, options)
end

.get_github_actions_permissions_for_a_repository(owner: nil, repo: nil, options: nil) ⇒ Object



146
147
148
# File 'lib/gitabu/api/v3/actions.rb', line 146

def self.get_github_actions_permissions_for_a_repository(owner: nil, repo: nil, options: nil)
  new.get_github_actions_permissions_for_a_repository(owner, repo, options)
end

.get_github_actions_permissions_for_an_enterprise(enterprise: nil, options: nil) ⇒ Object



74
75
76
# File 'lib/gitabu/api/v3/actions.rb', line 74

def self.get_github_actions_permissions_for_an_enterprise(enterprise: nil, options: nil)
  new.get_github_actions_permissions_for_an_enterprise(enterprise, options)
end

.get_github_actions_permissions_for_an_organization(org: nil, options: nil) ⇒ Object



106
107
108
# File 'lib/gitabu/api/v3/actions.rb', line 106

def self.get_github_actions_permissions_for_an_organization(org: nil, options: nil)
  new.get_github_actions_permissions_for_an_organization(org, options)
end

.get_pending_deployments_for_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



542
543
544
# File 'lib/gitabu/api/v3/actions.rb', line 542

def self.get_pending_deployments_for_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil)
  new.get_pending_deployments_for_a_workflow_run(owner, repo, run_id, options)
end

.get_the_level_of_access_for_workflows_outside_of_the_repository(owner: nil, repo: nil, options: nil) ⇒ Object



154
155
156
# File 'lib/gitabu/api/v3/actions.rb', line 154

def self.get_the_level_of_access_for_workflows_outside_of_the_repository(owner: nil, repo: nil, options: nil)
  new.get_the_level_of_access_for_workflows_outside_of_the_repository(owner, repo, options)
end

.get_the_review_history_for_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



514
515
516
# File 'lib/gitabu/api/v3/actions.rb', line 514

def self.get_the_review_history_for_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil)
  new.get_the_review_history_for_a_workflow_run(owner, repo, run_id, options)
end

.get_workflow_run_usage(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



558
559
560
# File 'lib/gitabu/api/v3/actions.rb', line 558

def self.get_workflow_run_usage(owner: nil, repo: nil, run_id: nil, options: nil)
  new.get_workflow_run_usage(owner, repo, run_id, options)
end

.get_workflow_usage(owner: nil, repo: nil, workflow_id: nil, options: nil) ⇒ Object



586
587
588
# File 'lib/gitabu/api/v3/actions.rb', line 586

def self.get_workflow_usage(owner: nil, repo: nil, workflow_id: nil, options: nil)
  new.get_workflow_usage(owner, repo, workflow_id, options)
end

.list_artifacts_for_a_repository(owner: nil, repo: nil, options: nil) ⇒ Object



38
39
40
# File 'lib/gitabu/api/v3/actions.rb', line 38

def self.list_artifacts_for_a_repository(owner: nil, repo: nil, options: nil)
  new.list_artifacts_for_a_repository(owner, repo, options)
end

.list_environment_secrets(repository_id: nil, environment_name: nil, options: nil) ⇒ Object



226
227
228
# File 'lib/gitabu/api/v3/actions.rb', line 226

def self.list_environment_secrets(repository_id: nil, environment_name: nil, options: nil)
  new.list_environment_secrets(repository_id, environment_name, options)
end

.list_jobs_for_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



494
495
496
# File 'lib/gitabu/api/v3/actions.rb', line 494

def self.list_jobs_for_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil)
  new.list_jobs_for_a_workflow_run(owner, repo, run_id, options)
end

.list_jobs_for_a_workflow_run_attempt(owner: nil, repo: nil, run_id: nil, attempt_number: nil, options: nil) ⇒ Object



490
491
492
# File 'lib/gitabu/api/v3/actions.rb', line 490

def self.list_jobs_for_a_workflow_run_attempt(owner: nil, repo: nil, run_id: nil, attempt_number: nil, options: nil)
  new.list_jobs_for_a_workflow_run_attempt(owner, repo, run_id, attempt_number, options)
end

.list_labels_for_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, options: nil) ⇒ Object



462
463
464
# File 'lib/gitabu/api/v3/actions.rb', line 462

def self.list_labels_for_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, options: nil)
  new.list_labels_for_a_self_hosted_runner_for_a_repository(owner, repo, runner_id, options)
end

.list_labels_for_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, options: nil) ⇒ Object



374
375
376
# File 'lib/gitabu/api/v3/actions.rb', line 374

def self.list_labels_for_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, options: nil)
  new.list_labels_for_a_self_hosted_runner_for_an_enterprise(enterprise, runner_id, options)
end

.list_labels_for_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, options: nil) ⇒ Object



418
419
420
# File 'lib/gitabu/api/v3/actions.rb', line 418

def self.list_labels_for_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, options: nil)
  new.list_labels_for_a_self_hosted_runner_for_an_organization(org, runner_id, options)
end

.list_organization_access_to_a_self_hosted_runner_group_in_an_enterprise(enterprise: nil, runner_group_id: nil, options: nil) ⇒ Object



266
267
268
# File 'lib/gitabu/api/v3/actions.rb', line 266

def self.list_organization_access_to_a_self_hosted_runner_group_in_an_enterprise(enterprise: nil, runner_group_id: nil, options: nil)
  new.list_organization_access_to_a_self_hosted_runner_group_in_an_enterprise(enterprise, runner_group_id, options)
end

.list_organization_secrets(org: nil, options: nil) ⇒ Object



170
171
172
# File 'lib/gitabu/api/v3/actions.rb', line 170

def self.list_organization_secrets(org: nil, options: nil)
  new.list_organization_secrets(org, options)
end

.list_repositories_with_github_actions_cache_usage_for_an_organization(org: nil, options: nil) ⇒ Object



66
67
68
# File 'lib/gitabu/api/v3/actions.rb', line 66

def self.list_repositories_with_github_actions_cache_usage_for_an_organization(org: nil, options: nil)
  new.list_repositories_with_github_actions_cache_usage_for_an_organization(org, options)
end

.list_repository_access_to_a_self_hosted_runner_group_in_an_organization(org: nil, runner_group_id: nil, options: nil) ⇒ Object



318
319
320
# File 'lib/gitabu/api/v3/actions.rb', line 318

def self.list_repository_access_to_a_self_hosted_runner_group_in_an_organization(org: nil, runner_group_id: nil, options: nil)
  new.list_repository_access_to_a_self_hosted_runner_group_in_an_organization(org, runner_group_id, options)
end

.list_repository_secrets(owner: nil, repo: nil, options: nil) ⇒ Object



206
207
208
# File 'lib/gitabu/api/v3/actions.rb', line 206

def self.list_repository_secrets(owner: nil, repo: nil, options: nil)
  new.list_repository_secrets(owner, repo, options)
end

.list_repository_workflows(owner: nil, repo: nil, options: nil) ⇒ Object



566
567
568
# File 'lib/gitabu/api/v3/actions.rb', line 566

def self.list_repository_workflows(owner: nil, repo: nil, options: nil)
  new.list_repository_workflows(owner, repo, options)
end

.list_runner_applications_for_a_repository(owner: nil, repo: nil, options: nil) ⇒ Object



442
443
444
# File 'lib/gitabu/api/v3/actions.rb', line 442

def self.list_runner_applications_for_a_repository(owner: nil, repo: nil, options: nil)
  new.list_runner_applications_for_a_repository(owner, repo, options)
end

.list_runner_applications_for_an_enterprise(enterprise: nil, options: nil) ⇒ Object



354
355
356
# File 'lib/gitabu/api/v3/actions.rb', line 354

def self.list_runner_applications_for_an_enterprise(enterprise: nil, options: nil)
  new.list_runner_applications_for_an_enterprise(enterprise, options)
end

.list_runner_applications_for_an_organization(org: nil, options: nil) ⇒ Object



398
399
400
# File 'lib/gitabu/api/v3/actions.rb', line 398

def self.list_runner_applications_for_an_organization(org: nil, options: nil)
  new.list_runner_applications_for_an_organization(org, options)
end

.list_selected_organizations_enabled_for_github_actions_in_an_enterprise(enterprise: nil, options: nil) ⇒ Object



82
83
84
# File 'lib/gitabu/api/v3/actions.rb', line 82

def self.list_selected_organizations_enabled_for_github_actions_in_an_enterprise(enterprise: nil, options: nil)
  new.list_selected_organizations_enabled_for_github_actions_in_an_enterprise(enterprise, options)
end

.list_selected_repositories_enabled_for_github_actions_in_an_organization(org: nil, options: nil) ⇒ Object



114
115
116
# File 'lib/gitabu/api/v3/actions.rb', line 114

def self.list_selected_repositories_enabled_for_github_actions_in_an_organization(org: nil, options: nil)
  new.list_selected_repositories_enabled_for_github_actions_in_an_organization(org, options)
end

.list_selected_repositories_for_an_organization_secret(org: nil, secret_name: nil, options: nil) ⇒ Object



190
191
192
# File 'lib/gitabu/api/v3/actions.rb', line 190

def self.list_selected_repositories_for_an_organization_secret(org: nil, secret_name: nil, options: nil)
  new.list_selected_repositories_for_an_organization_secret(org, secret_name, options)
end

.list_self_hosted_runner_groups_for_an_enterprise(enterprise: nil, options: nil) ⇒ Object



246
247
248
# File 'lib/gitabu/api/v3/actions.rb', line 246

def self.list_self_hosted_runner_groups_for_an_enterprise(enterprise: nil, options: nil)
  new.list_self_hosted_runner_groups_for_an_enterprise(enterprise, options)
end

.list_self_hosted_runner_groups_for_an_organization(org: nil, options: nil) ⇒ Object



298
299
300
# File 'lib/gitabu/api/v3/actions.rb', line 298

def self.list_self_hosted_runner_groups_for_an_organization(org: nil, options: nil)
  new.list_self_hosted_runner_groups_for_an_organization(org, options)
end

.list_self_hosted_runners_for_a_repository(owner: nil, repo: nil, options: nil) ⇒ Object



438
439
440
# File 'lib/gitabu/api/v3/actions.rb', line 438

def self.list_self_hosted_runners_for_a_repository(owner: nil, repo: nil, options: nil)
  new.list_self_hosted_runners_for_a_repository(owner, repo, options)
end

.list_self_hosted_runners_for_an_enterprise(enterprise: nil, options: nil) ⇒ Object



350
351
352
# File 'lib/gitabu/api/v3/actions.rb', line 350

def self.list_self_hosted_runners_for_an_enterprise(enterprise: nil, options: nil)
  new.list_self_hosted_runners_for_an_enterprise(enterprise, options)
end

.list_self_hosted_runners_for_an_organization(org: nil, options: nil) ⇒ Object



394
395
396
# File 'lib/gitabu/api/v3/actions.rb', line 394

def self.list_self_hosted_runners_for_an_organization(org: nil, options: nil)
  new.list_self_hosted_runners_for_an_organization(org, options)
end

.list_self_hosted_runners_in_a_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, options: nil) ⇒ Object



282
283
284
# File 'lib/gitabu/api/v3/actions.rb', line 282

def self.list_self_hosted_runners_in_a_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, options: nil)
  new.list_self_hosted_runners_in_a_group_for_an_enterprise(enterprise, runner_group_id, options)
end

.list_self_hosted_runners_in_a_group_for_an_organization(org: nil, runner_group_id: nil, options: nil) ⇒ Object



334
335
336
# File 'lib/gitabu/api/v3/actions.rb', line 334

def self.list_self_hosted_runners_in_a_group_for_an_organization(org: nil, runner_group_id: nil, options: nil)
  new.list_self_hosted_runners_in_a_group_for_an_organization(org, runner_group_id, options)
end

.list_workflow_run_artifacts(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



54
55
56
# File 'lib/gitabu/api/v3/actions.rb', line 54

def self.list_workflow_run_artifacts(owner: nil, repo: nil, run_id: nil, options: nil)
  new.list_workflow_run_artifacts(owner, repo, run_id, options)
end

.list_workflow_runs(owner: nil, repo: nil, workflow_id: nil, options: nil) ⇒ Object



562
563
564
# File 'lib/gitabu/api/v3/actions.rb', line 562

def self.list_workflow_runs(owner: nil, repo: nil, workflow_id: nil, options: nil)
  new.list_workflow_runs(owner, repo, workflow_id, options)
end

.list_workflow_runs_for_a_repository(owner: nil, repo: nil, options: nil) ⇒ Object



502
503
504
# File 'lib/gitabu/api/v3/actions.rb', line 502

def self.list_workflow_runs_for_a_repository(owner: nil, repo: nil, options: nil)
  new.list_workflow_runs_for_a_repository(owner, repo, options)
end

.re_run_a_job_from_a_workflow_run(owner: nil, repo: nil, job_id: nil, options: nil) ⇒ Object



498
499
500
# File 'lib/gitabu/api/v3/actions.rb', line 498

def self.re_run_a_job_from_a_workflow_run(owner: nil, repo: nil, job_id: nil, options: nil)
  new.re_run_a_job_from_a_workflow_run(owner, repo, job_id, options)
end

.re_run_a_workflow(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



550
551
552
# File 'lib/gitabu/api/v3/actions.rb', line 550

def self.re_run_a_workflow(owner: nil, repo: nil, run_id: nil, options: nil)
  new.re_run_a_workflow(owner, repo, run_id, options)
end

.re_run_failed_jobs_from_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil) ⇒ Object



554
555
556
# File 'lib/gitabu/api/v3/actions.rb', line 554

def self.re_run_failed_jobs_from_a_workflow_run(owner: nil, repo: nil, run_id: nil, options: nil)
  new.re_run_failed_jobs_from_a_workflow_run(owner, repo, run_id, options)
end

.remove_a_custom_label_from_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, name: nil, options: nil) ⇒ Object



478
479
480
# File 'lib/gitabu/api/v3/actions.rb', line 478

def self.remove_a_custom_label_from_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, name: nil, options: nil)
  new.remove_a_custom_label_from_a_self_hosted_runner_for_a_repository(owner, repo, runner_id, name, options)
end

.remove_a_custom_label_from_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, name: nil, options: nil) ⇒ Object



390
391
392
# File 'lib/gitabu/api/v3/actions.rb', line 390

def self.remove_a_custom_label_from_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, name: nil, options: nil)
  new.remove_a_custom_label_from_a_self_hosted_runner_for_an_enterprise(enterprise, runner_id, name, options)
end

.remove_a_custom_label_from_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, name: nil, options: nil) ⇒ Object



434
435
436
# File 'lib/gitabu/api/v3/actions.rb', line 434

def self.remove_a_custom_label_from_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, name: nil, options: nil)
  new.remove_a_custom_label_from_a_self_hosted_runner_for_an_organization(org, runner_id, name, options)
end

.remove_a_self_hosted_runner_from_a_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, runner_id: nil, options: nil) ⇒ Object



294
295
296
# File 'lib/gitabu/api/v3/actions.rb', line 294

def self.remove_a_self_hosted_runner_from_a_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, runner_id: nil, options: nil)
  new.remove_a_self_hosted_runner_from_a_group_for_an_enterprise(enterprise, runner_group_id, runner_id, options)
end

.remove_a_self_hosted_runner_from_a_group_for_an_organization(org: nil, runner_group_id: nil, runner_id: nil, options: nil) ⇒ Object



346
347
348
# File 'lib/gitabu/api/v3/actions.rb', line 346

def self.remove_a_self_hosted_runner_from_a_group_for_an_organization(org: nil, runner_group_id: nil, runner_id: nil, options: nil)
  new.remove_a_self_hosted_runner_from_a_group_for_an_organization(org, runner_group_id, runner_id, options)
end

.remove_all_custom_labels_from_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, options: nil) ⇒ Object



474
475
476
# File 'lib/gitabu/api/v3/actions.rb', line 474

def self.remove_all_custom_labels_from_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, options: nil)
  new.remove_all_custom_labels_from_a_self_hosted_runner_for_a_repository(owner, repo, runner_id, options)
end

.remove_all_custom_labels_from_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, options: nil) ⇒ Object



386
387
388
# File 'lib/gitabu/api/v3/actions.rb', line 386

def self.remove_all_custom_labels_from_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, options: nil)
  new.remove_all_custom_labels_from_a_self_hosted_runner_for_an_enterprise(enterprise, runner_id, options)
end

.remove_all_custom_labels_from_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, options: nil) ⇒ Object



430
431
432
# File 'lib/gitabu/api/v3/actions.rb', line 430

def self.remove_all_custom_labels_from_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, options: nil)
  new.remove_all_custom_labels_from_a_self_hosted_runner_for_an_organization(org, runner_id, options)
end

.remove_organization_access_to_a_self_hosted_runner_group_in_an_enterprise(enterprise: nil, runner_group_id: nil, org_id: nil, options: nil) ⇒ Object



278
279
280
# File 'lib/gitabu/api/v3/actions.rb', line 278

def self.remove_organization_access_to_a_self_hosted_runner_group_in_an_enterprise(enterprise: nil, runner_group_id: nil, org_id: nil, options: nil)
  new.remove_organization_access_to_a_self_hosted_runner_group_in_an_enterprise(enterprise, runner_group_id, org_id, options)
end

.remove_repository_access_to_a_self_hosted_runner_group_in_an_organization(org: nil, runner_group_id: nil, repository_id: nil, options: nil) ⇒ Object



330
331
332
# File 'lib/gitabu/api/v3/actions.rb', line 330

def self.remove_repository_access_to_a_self_hosted_runner_group_in_an_organization(org: nil, runner_group_id: nil, repository_id: nil, options: nil)
  new.remove_repository_access_to_a_self_hosted_runner_group_in_an_organization(org, runner_group_id, repository_id, options)
end

.remove_selected_repository_from_an_organization_secret(org: nil, secret_name: nil, repository_id: nil, options: nil) ⇒ Object



202
203
204
# File 'lib/gitabu/api/v3/actions.rb', line 202

def self.remove_selected_repository_from_an_organization_secret(org: nil, secret_name: nil, repository_id: nil, options: nil)
  new.remove_selected_repository_from_an_organization_secret(org, secret_name, repository_id, options)
end

.review_pending_deployments_for_a_workflow_run(owner: nil, repo: nil, run_id: nil, environment_ids: nil, state: nil, comment: nil, options: nil) ⇒ Object



546
547
548
# File 'lib/gitabu/api/v3/actions.rb', line 546

def self.review_pending_deployments_for_a_workflow_run(owner: nil, repo: nil, run_id: nil, environment_ids: nil, state: nil, comment: nil, options: nil)
  new.review_pending_deployments_for_a_workflow_run(owner, repo, run_id, environment_ids, state, comment, options)
end

.set_allowed_actions_and_reusable_workflows_for_a_repository(owner: nil, repo: nil, github_owned_allowed: nil, verified_allowed: nil, patterns_allowed: nil, options: nil) ⇒ Object



166
167
168
# File 'lib/gitabu/api/v3/actions.rb', line 166

def self.set_allowed_actions_and_reusable_workflows_for_a_repository(owner: nil, repo: nil, github_owned_allowed: nil, verified_allowed: nil, patterns_allowed: nil, options: nil)
  new.set_allowed_actions_and_reusable_workflows_for_a_repository(owner, repo, github_owned_allowed, verified_allowed, patterns_allowed, options)
end

.set_allowed_actions_and_reusable_workflows_for_an_enterprise(enterprise: nil, github_owned_allowed: nil, verified_allowed: nil, patterns_allowed: nil, options: nil) ⇒ Object



102
103
104
# File 'lib/gitabu/api/v3/actions.rb', line 102

def self.set_allowed_actions_and_reusable_workflows_for_an_enterprise(enterprise: nil, github_owned_allowed: nil, verified_allowed: nil, patterns_allowed: nil, options: nil)
  new.set_allowed_actions_and_reusable_workflows_for_an_enterprise(enterprise, github_owned_allowed, verified_allowed, patterns_allowed, options)
end

.set_allowed_actions_and_reusable_workflows_for_an_organization(org: nil, github_owned_allowed: nil, verified_allowed: nil, patterns_allowed: nil, options: nil) ⇒ Object



134
135
136
# File 'lib/gitabu/api/v3/actions.rb', line 134

def self.set_allowed_actions_and_reusable_workflows_for_an_organization(org: nil, github_owned_allowed: nil, verified_allowed: nil, patterns_allowed: nil, options: nil)
  new.set_allowed_actions_and_reusable_workflows_for_an_organization(org, github_owned_allowed, verified_allowed, patterns_allowed, options)
end

.set_custom_labels_for_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, labels: nil, options: nil) ⇒ Object



470
471
472
# File 'lib/gitabu/api/v3/actions.rb', line 470

def self.set_custom_labels_for_a_self_hosted_runner_for_a_repository(owner: nil, repo: nil, runner_id: nil, labels: nil, options: nil)
  new.set_custom_labels_for_a_self_hosted_runner_for_a_repository(owner, repo, runner_id, labels, options)
end

.set_custom_labels_for_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, labels: nil, options: nil) ⇒ Object



382
383
384
# File 'lib/gitabu/api/v3/actions.rb', line 382

def self.set_custom_labels_for_a_self_hosted_runner_for_an_enterprise(enterprise: nil, runner_id: nil, labels: nil, options: nil)
  new.set_custom_labels_for_a_self_hosted_runner_for_an_enterprise(enterprise, runner_id, labels, options)
end

.set_custom_labels_for_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, labels: nil, options: nil) ⇒ Object



426
427
428
# File 'lib/gitabu/api/v3/actions.rb', line 426

def self.set_custom_labels_for_a_self_hosted_runner_for_an_organization(org: nil, runner_id: nil, labels: nil, options: nil)
  new.set_custom_labels_for_a_self_hosted_runner_for_an_organization(org, runner_id, labels, options)
end

.set_default_workflow_permissions(org: nil, default_workflow_permissions: nil, can_approve_pull_request_reviews: nil, options: nil) ⇒ Object



142
143
144
# File 'lib/gitabu/api/v3/actions.rb', line 142

def self.set_default_workflow_permissions(org: nil, default_workflow_permissions: nil, can_approve_pull_request_reviews: nil, options: nil)
  new.set_default_workflow_permissions(org, default_workflow_permissions, can_approve_pull_request_reviews, options)
end

.set_github_actions_permissions_for_a_repository(owner: nil, repo: nil, enabled: nil, allowed_actions: nil, options: nil) ⇒ Object



150
151
152
# File 'lib/gitabu/api/v3/actions.rb', line 150

def self.set_github_actions_permissions_for_a_repository(owner: nil, repo: nil, enabled: nil, allowed_actions: nil, options: nil)
  new.set_github_actions_permissions_for_a_repository(owner, repo, enabled, allowed_actions, options)
end

.set_github_actions_permissions_for_an_enterprise(enterprise: nil, enabled_organizations: nil, allowed_actions: nil, options: nil) ⇒ Object



78
79
80
# File 'lib/gitabu/api/v3/actions.rb', line 78

def self.set_github_actions_permissions_for_an_enterprise(enterprise: nil, enabled_organizations: nil, allowed_actions: nil, options: nil)
  new.set_github_actions_permissions_for_an_enterprise(enterprise, enabled_organizations, allowed_actions, options)
end

.set_github_actions_permissions_for_an_organization(org: nil, enabled_repositories: nil, allowed_actions: nil, options: nil) ⇒ Object



110
111
112
# File 'lib/gitabu/api/v3/actions.rb', line 110

def self.set_github_actions_permissions_for_an_organization(org: nil, enabled_repositories: nil, allowed_actions: nil, options: nil)
  new.set_github_actions_permissions_for_an_organization(org, enabled_repositories, allowed_actions, options)
end

.set_organization_access_for_a_self_hosted_runner_group_in_an_enterprise(enterprise: nil, runner_group_id: nil, selected_organization_ids: nil, options: nil) ⇒ Object



270
271
272
# File 'lib/gitabu/api/v3/actions.rb', line 270

def self.set_organization_access_for_a_self_hosted_runner_group_in_an_enterprise(enterprise: nil, runner_group_id: nil, selected_organization_ids: nil, options: nil)
  new.set_organization_access_for_a_self_hosted_runner_group_in_an_enterprise(enterprise, runner_group_id, selected_organization_ids, options)
end

.set_repository_access_for_a_self_hosted_runner_group_in_an_organization(org: nil, runner_group_id: nil, selected_repository_ids: nil, options: nil) ⇒ Object



322
323
324
# File 'lib/gitabu/api/v3/actions.rb', line 322

def self.set_repository_access_for_a_self_hosted_runner_group_in_an_organization(org: nil, runner_group_id: nil, selected_repository_ids: nil, options: nil)
  new.set_repository_access_for_a_self_hosted_runner_group_in_an_organization(org, runner_group_id, selected_repository_ids, options)
end

.set_selected_organizations_enabled_for_github_actions_in_an_enterprise(enterprise: nil, selected_organization_ids: nil, options: nil) ⇒ Object



86
87
88
# File 'lib/gitabu/api/v3/actions.rb', line 86

def self.set_selected_organizations_enabled_for_github_actions_in_an_enterprise(enterprise: nil, selected_organization_ids: nil, options: nil)
  new.set_selected_organizations_enabled_for_github_actions_in_an_enterprise(enterprise, selected_organization_ids, options)
end

.set_selected_repositories_enabled_for_github_actions_in_an_organization(org: nil, selected_repository_ids: nil, options: nil) ⇒ Object



118
119
120
# File 'lib/gitabu/api/v3/actions.rb', line 118

def self.set_selected_repositories_enabled_for_github_actions_in_an_organization(org: nil, selected_repository_ids: nil, options: nil)
  new.set_selected_repositories_enabled_for_github_actions_in_an_organization(org, selected_repository_ids, options)
end

.set_selected_repositories_for_an_organization_secret(org: nil, secret_name: nil, selected_repository_ids: nil, options: nil) ⇒ Object



194
195
196
# File 'lib/gitabu/api/v3/actions.rb', line 194

def self.set_selected_repositories_for_an_organization_secret(org: nil, secret_name: nil, selected_repository_ids: nil, options: nil)
  new.set_selected_repositories_for_an_organization_secret(org, secret_name, selected_repository_ids, options)
end

.set_self_hosted_runners_in_a_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, runners: nil, options: nil) ⇒ Object



286
287
288
# File 'lib/gitabu/api/v3/actions.rb', line 286

def self.set_self_hosted_runners_in_a_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, runners: nil, options: nil)
  new.set_self_hosted_runners_in_a_group_for_an_enterprise(enterprise, runner_group_id, runners, options)
end

.set_self_hosted_runners_in_a_group_for_an_organization(org: nil, runner_group_id: nil, runners: nil, options: nil) ⇒ Object



338
339
340
# File 'lib/gitabu/api/v3/actions.rb', line 338

def self.set_self_hosted_runners_in_a_group_for_an_organization(org: nil, runner_group_id: nil, runners: nil, options: nil)
  new.set_self_hosted_runners_in_a_group_for_an_organization(org, runner_group_id, runners, options)
end

.set_the_level_of_access_for_workflows_outside_of_the_repository(owner: nil, repo: nil, access_level: nil, options: nil) ⇒ Object



158
159
160
# File 'lib/gitabu/api/v3/actions.rb', line 158

def self.set_the_level_of_access_for_workflows_outside_of_the_repository(owner: nil, repo: nil, access_level: nil, options: nil)
  new.set_the_level_of_access_for_workflows_outside_of_the_repository(owner, repo, access_level, options)
end

.update_a_self_hosted_runner_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, name: nil, visibility: nil, allows_public_repositories: nil, options: nil) ⇒ Object



258
259
260
# File 'lib/gitabu/api/v3/actions.rb', line 258

def self.update_a_self_hosted_runner_group_for_an_enterprise(enterprise: nil, runner_group_id: nil, name: nil, visibility: nil, allows_public_repositories: nil, options: nil)
  new.update_a_self_hosted_runner_group_for_an_enterprise(enterprise, runner_group_id, name, visibility, allows_public_repositories, options)
end

.update_a_self_hosted_runner_group_for_an_organization(org: nil, runner_group_id: nil, name: nil, visibility: nil, allows_public_repositories: nil, options: nil) ⇒ Object



310
311
312
# File 'lib/gitabu/api/v3/actions.rb', line 310

def self.update_a_self_hosted_runner_group_for_an_organization(org: nil, runner_group_id: nil, name: nil, visibility: nil, allows_public_repositories: nil, options: nil)
  new.update_a_self_hosted_runner_group_for_an_organization(org, runner_group_id, name, visibility, allows_public_repositories, options)
end