Skip to content

Fix lower/upper bound inversion in recommender replica calculation #126

Fix lower/upper bound inversion in recommender replica calculation

Fix lower/upper bound inversion in recommender replica calculation #126

Workflow file for this run

name: Backport PR
on:
pull_request_target:
types:
- closed
- labeled
permissions: {}
jobs:
backport:
name: Backport PR
runs-on: ubuntu-latest
if: >
github.event.pull_request.merged
&& (
github.event.action == 'closed'
|| (
github.event.action == 'labeled'
&& contains(github.event.label.name, 'backport')
)
)
permissions:
contents: write
pull-requests: write
steps:
- uses: tibdex/backport@9565281eda0731b1d20c4025c43339fb0a23812e # v2.0.4
with:
label_pattern: "^backport/(?<base>([^ ]+))$"
labels_template: "<%= JSON.stringify([...labels, 'backport', 'bot']) %>"
github_token: ${{ secrets.GITHUB_TOKEN }}
body_template: |
Backport <%- mergeCommitSha %> from #<%- number %>.
___
<%- body %>