Limit backports to 8.3+ (#2450)
* Drop Rule Support for Outdated Stack Versions Less Than 8.3 * changed version lock key assignment logic and updated version lock file * added comment to stack-schema-map file * changed version lock key assignment logic to use custom Version method) * Update detection_rules/devtools.py Co-authored-by: Mika Ayenson <Mikaayenson@users.noreply.github.com> * reverting version lock file to original * updated version lock from adjusted comparison logic of stack versions * updated logic in devtools; removed < 8.3.0 in version lock file * trimmed lock version before merge --------- Co-authored-by: Mika Ayenson <Mikaayenson@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
description: 'List of branches to lock versions (ordered, comma separated)'
|
||||
required: true
|
||||
# 7.17 was intentionally skipped because it was added late and was bug fix only
|
||||
default: '7.16,8.0,8.1,8.2,8.3,8.4,8.5,8.6,8.7,8.8'
|
||||
default: '8.3,8.4,8.5,8.6,8.7,8.8'
|
||||
|
||||
jobs:
|
||||
pr:
|
||||
|
||||
Reference in New Issue
Block a user