Skip to content

fix(deps): update module sigs.k8s.io/controller-tools to v0.21.0 #50

fix(deps): update module sigs.k8s.io/controller-tools to v0.21.0

fix(deps): update module sigs.k8s.io/controller-tools to v0.21.0 #50

Workflow file for this run

name: Comment Commands
on: issue_comment
permissions:
contents: read
jobs:
# See also backport.yml, which is the variant that triggers on PR merge rather
# than on comment.
backport:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-24.04
if: github.event.issue.pull_request && startsWith(github.event.comment.body, '/backport')
steps:
- name: Extract Command
id: command
uses: xt0rted/slash-command-action@bf51f8f5f4ea3d58abc7eca58f77104182b23e88 # v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
command: backport
reaction: "true"
reaction-type: "eyes"
allow-edits: "false"
permission-level: write
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
fetch-depth: 0
- name: Open Backport PR
uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}