]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Add force_cherry_pick option to Releaser
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 20 Feb 2024 13:49:20 +0000 (06:49 -0700)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 7 Mar 2024 14:18:41 +0000 (14:18 +0000)
(cherry picked from commit 2d1a4bab25b99792655ebc197c38b4244e5e32b0)

.github/workflows/Releaser.yml

index 9ef258ae60fdd51d5b970cff60522bb70721ac14..704abdfbc1b587846599377891ba2b7dc90986fa 100644 (file)
@@ -32,6 +32,12 @@ on:
         required: true
         type: boolean
         default: false
+      force_cherry_pick:
+        description: |
+          Force cherry-pick for non-RC1 releases? USE WITH CAUTION!
+        required: true
+        type: boolean
+        default: false
       push_release_branches:
         description: |
           Push release branches live?
@@ -69,6 +75,7 @@ jobs:
           advisories: ${{inputs.advisories}}
           is_hotfix: ${{inputs.is_hotfix}}
           new_version: ${{inputs.new_version}}
+          force_cherry_pick: ${{inputs.force_cherry_pick}}
           push_release_branches: ${{inputs.push_release_branches}}
           create_github_release: ${{inputs.create_github_release}}
           push_tarballs: ${{inputs.push_tarballs}}