Skip to content

kubeclient: add ExecRetry to compensate transient failures #3821

kubeclient: add ExecRetry to compensate transient failures

kubeclient: add ExecRetry to compensate transient failures #3821

Workflow file for this run

name: backport pr
on:
pull_request:
types: [closed]
issue_comment:
types: [created]
jobs:
backport:
if: |
(
github.event_name == 'pull_request' &&
github.event.pull_request.merged
) || (
github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/backport')
)
runs-on: ubuntu-24.04
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
token: ${{ secrets.NUNKI_CI_COMMIT_PUSH_PR }}
persist-credentials: true
- name: Create backport PRs
uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5.2
with:
copy_milestone: true
copy_labels_pattern: '.*'
add_author_as_assignee: true
pull_title: '[${target_branch}] ${pull_title}'
github_token: ${{ secrets.NUNKI_CI_COMMIT_PUSH_PR }}
pull_description: |
Backport of #${pull_number} to `${target_branch}`.
Original description:
---
${pull_description}