summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAran Clary Deltac <bluefeet@gmail.com>2023-06-07 13:48:42 -0700
committerAran Clary Deltac <bluefeet@gmail.com>2023-06-07 13:49:19 -0700
commite18944f9fd2afdb9222ed6e6c82f794609b3fab0 (patch)
tree8f702ffac956e860fc8b0233744afb2e4613736b
parent1546bd760fc44ffe942aa3e2a0f8a27f8a5b2c63 (diff)
Update boilerplate for latest PR
-rw-r--r--Changes1
-rw-r--r--META.json1
-rw-r--r--README.md12
-rw-r--r--author/footer.pm1
-rw-r--r--lib/GitLab/API/v4.pm1
5 files changed, 16 insertions, 0 deletions
diff --git a/Changes b/Changes
index e099a29..73404bb 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ Revision history for Perl extension GitLab-API-v4.
{{$NEXT}}
+ - Add run_pipeline_schedule.
- Add share_group_with_group and unshare_group_with_group.
- Add approve_merge_request and unapprove_merge_request
- Add approve_user and reject_user.
diff --git a/META.json b/META.json
index f4c4830..f8b91b0 100644
--- a/META.json
+++ b/META.json
@@ -106,6 +106,7 @@
"Simon Ruderich <simon@ruderich.org>",
"Stig Palmquist <git@stig.io>",
"Thomas Klausner <domm@plix.at>",
+ "g0t mi1k <have.you.g0tmi1k@gmail.com>",
"gregor herrmann <gregoa@debian.org>",
"royce55 <royce@ecs.vuw.ac.nz>",
"trunov-ms <trunov.ms@gmail.com>"
diff --git a/README.md b/README.md
index 60be1b1..68989be 100644
--- a/README.md
+++ b/README.md
@@ -3678,6 +3678,17 @@ See [https://docs.gitlab.com/ce/api/pipeline\_schedules.html](https://docs.gitla
Sends a `POST` request to `projects/:project_id/pipeline_schedules/:pipeline_schedule_id/take_ownership` and returns the decoded response content.
+- run\_pipeline\_schedule
+
+ ```perl
+ my $variable = $api->run_pipeline_schedule(
+ $project_id,
+ $pipeline_schedule_id,
+ );
+ ```
+
+ Sends a `POST` request to `projects/:project_id/pipeline_schedules/:pipeline_schedule_id/play` and returns the decoded response content.
+
- delete\_pipeline\_schedule
```perl
@@ -5680,6 +5691,7 @@ Stig Palmquist <git@stig.io>
Dan Book <grinnz@grinnz.com>
James Wright <jwright@ecstuning.com>
Jonathan Taylor <jon@stackhaus.com>
+g0t mi1k <have.you.g0tmi1k@gmail.com>
```
# LICENSE
diff --git a/author/footer.pm b/author/footer.pm
index e1e1374..e064014 100644
--- a/author/footer.pm
+++ b/author/footer.pm
@@ -48,6 +48,7 @@ L<https://github.com/bluefeet/GitLab-API-v4/issues>
Dan Book <grinnz@grinnz.com>
James Wright <jwright@ecstuning.com>
Jonathan Taylor <jon@stackhaus.com>
+ g0t mi1k <have.you.g0tmi1k@gmail.com>
=head1 LICENSE
diff --git a/lib/GitLab/API/v4.pm b/lib/GitLab/API/v4.pm
index f7c1da5..8faa6d5 100644
--- a/lib/GitLab/API/v4.pm
+++ b/lib/GitLab/API/v4.pm
@@ -11102,6 +11102,7 @@ L<https://github.com/bluefeet/GitLab-API-v4/issues>
Dan Book <grinnz@grinnz.com>
James Wright <jwright@ecstuning.com>
Jonathan Taylor <jon@stackhaus.com>
+ g0t mi1k <have.you.g0tmi1k@gmail.com>
=head1 LICENSE