Skip to content

Removed next callback in navigation guards #1076

Removed next callback in navigation guards

Removed next callback in navigation guards #1076

Workflow file for this run

name: Cherry Pick Action
on:
issue_comment:
types: [created]
permissions:
id-token: write # required for GitHub OIDC Federation Service token
jobs:
cherry-pick:
if: |
false &&
github.event.issue.pull_request &&
contains(github.event.comment.body, '/cherry-pick ') &&
(github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'MEMBER') &&
github.event.comment.user.type == 'User' &&
!startsWith(github.event.comment.user.login, 'gardener-ci-robot') &&
!startsWith(github.event.comment.user.login, 'gardener-prow')
uses: gardener/dashboard/.github/workflows/cherry-pick-reusable.yaml@master
with:
pr-number: ${{ github.event.issue.number }}
comment-body: ${{ github.event.comment.body }}