Skip to content

ROSAENG-60642: feat(install): add --operator-pprof-addr flag to enable pprof on the HyperShift Operator #4341

ROSAENG-60642: feat(install): add --operator-pprof-addr flag to enable pprof on the HyperShift Operator

ROSAENG-60642: feat(install): add --operator-pprof-addr flag to enable pprof on the HyperShift Operator #4341

name: Restructure Commits
on:
issue_comment:
types: [created]
permissions:
id-token: write
contents: write
pull-requests: write
jobs:
restructure-commits:
if: >-
github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/restructure-commits') &&
(github.event.comment.author_association == 'MEMBER' ||
github.event.comment.author_association == 'OWNER' ||
github.event.comment.author_association == 'COLLABORATOR')
uses: ./.github/workflows/reusable-claude-on-pr.yaml
with:
command-name: restructure-commits
status-message: "Restructuring commits"
claude-prompt: "/restructure-commits -- You are running in CI. Force push with --force-with-lease when done without asking for confirmation."
max-turns: 200
secrets: inherit