[mergify] Remove milestone requirement in backport scheme (#955)

This commit is contained in:
David Biancolin 2022-02-18 10:46:51 -08:00 committed by GitHub
parent 7b6cb8fb2d
commit 7de88b008f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
pull_request_rules: pull_request_rules:
- name: backport to master # For FireSim version 1.x.y, here let x = minor, y = patch
# Only support backporting to the last minor release branch.
# This rule will need to be updated on minor releases.
- name: backport to latest minor release
conditions: conditions:
- merged - merged
- base=main - base=main
- milestone=1.13.x
- label="Please Backport" - label="Please Backport"
actions: actions:
backport: backport: