Prepare for creation of 7.16 release branch (#1611)

Removed changes from:
- etc/packages.yml

(selectively cherry picked from commit 95d7e9b6f5)
This commit is contained in:
Justin Ibarra
2021-11-15 09:39:34 -09:00
committed by github-actions[bot]
parent 0efae3a52e
commit d0ec0f0297
17 changed files with 2278 additions and 35 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
target_branch: [7.13, 7.14, 7.15]
target_branch: [7.13, 7.14, 7.15, 7.16]
steps:
- name: Checkout repo
+1 -1
View File
@@ -5,7 +5,7 @@ on:
branches:
description: 'List of branches to lock versions (ordered, comma separated)'
required: true
default: '7.13,7.14,7.15'
default: '7.13,7.14,7.15,7.16'
jobs:
pr: