Skip to content

coordinator: include HTTP API in shutdown process #3689

coordinator: include HTTP API in shutdown process

coordinator: include HTTP API in shutdown process #3689

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
token: ${{ secrets.NUNKI_CI_COMMIT_PUSH_PR }}
persist-credentials: true
- name: Create backport PRs
uses: korthout/backport-action@ad30f01dbe543be4a24431001c38f3617af8c745 # v4.4.0
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}