Skip to content

build(deps): bump k8s APIs to v0.31.4 #17

build(deps): bump k8s APIs to v0.31.4

build(deps): bump k8s APIs to v0.31.4 #17

Workflow file for this run

name: Backport PRs
on:
pull_request:
branches:
- main
types: ['closed']
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_PAT }}
jobs:
backport_v1_4:
runs-on: ubuntu-latest
name: Backport into release/v1.4
if: ${{ contains(github.event.pull_request.labels.*.name, 'needs-backport') && github.repository == 'flomesh-io/fsm' && github.event.pull_request.merged == true }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Backport into release/v1.4
uses: korthout/backport-action@v3
with:
copy_assignees: true
copy_labels_pattern: '^(?!needs-).*'
copy_requested_reviewers: true
github_token: ${{ secrets.WORKFLOW_PAT }}
pull_title: '[backport] ${pull_title}'
pull_description: 'Backport #${pull_number} to `${target_branch}`.'
target_branches: 'release/v1.4'