Skip to content

attestation: use KDS as fallback if THIM retrieval fails #373

attestation: use KDS as fallback if THIM retrieval fails

attestation: use KDS as fallback if THIM retrieval fails #373

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-22.04
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: Create backport PRs
uses: korthout/backport-action@ef20d86abccbac3ee3a73cb2efbdc06344c390e5 # v2.5.0
with:
copy_milestone: true
copy_labels_pattern: 'changelog'
pull_title: '[${target_branch}] ${pull_title}'
github_token: ${{ secrets.NUNKI_CI_COMMIT_PUSH_PR }}
experimental: |
{
"detect_merge_method": true
}
pull_description: |
Backport of #${pull_number} to `${target_branch}`.
Original description:
---
${pull_description}