File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed
docs/book/src/getting-started/testdata/project/.github/workflows
pkg/plugins/optional/autoupdate/v1alpha/scaffolds/internal/github
testdata/project-v4-with-plugins/.github/workflows Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
58
58
# Step 6: Run the Kubebuilder alpha update command.
59
59
# More info: https://kubebuilder.io/reference/commands/alpha_update
60
60
- name : Run kubebuilder alpha update
61
+ # Executes the update command with specified flags.
62
+ # --force: Completes the merge even if conflicts occur, leaving conflict markers.
63
+ # --push: Automatically pushes the resulting output branch to the 'origin' remote.
64
+ # --restore-path: Preserves specified paths (e.g., CI workflow files) when squashing.
65
+ # --open-gh-issue: Creates a GitHub Issue with a link for opening a PR for review.
66
+ # --use-gh-models: Adds an AI-generated comment to the created Issue with
67
+ # a short overview of the scaffold changes and conflict-resolution guidance (If Any).
61
68
run : |
62
- # Executes the update command with specified flags.
63
- # --force: Completes the merge even if conflicts occur, leaving conflict markers.
64
- # --push: Automatically pushes the resulting output branch to the 'origin' remote.
65
- # --restore-path: Preserves specified paths (e.g., CI workflow files) when squashing.
66
- # --open-gh-issue: Creates a GitHub Issue with a link for opening a PR for review.
67
- # --open-gh-models: Adds an AI-generated comment to the created Issue with
68
- # a short overview of the scaffold changes and conflict-resolution guidance (If Any).
69
69
kubebuilder alpha update \
70
70
--force \
71
71
--push \
Original file line number Diff line number Diff line change @@ -102,14 +102,14 @@ jobs:
102
102
# Step 6: Run the Kubebuilder alpha update command.
103
103
# More info: https://kubebuilder.io/reference/commands/alpha_update
104
104
- name: Run kubebuilder alpha update
105
+ # Executes the update command with specified flags.
106
+ # --force: Completes the merge even if conflicts occur, leaving conflict markers.
107
+ # --push: Automatically pushes the resulting output branch to the 'origin' remote.
108
+ # --restore-path: Preserves specified paths (e.g., CI workflow files) when squashing.
109
+ # --open-gh-issue: Creates a GitHub Issue with a link for opening a PR for review.
110
+ # --use-gh-models: Adds an AI-generated comment to the created Issue with
111
+ # a short overview of the scaffold changes and conflict-resolution guidance (If Any).
105
112
run: |
106
- # Executes the update command with specified flags.
107
- # --force: Completes the merge even if conflicts occur, leaving conflict markers.
108
- # --push: Automatically pushes the resulting output branch to the 'origin' remote.
109
- # --restore-path: Preserves specified paths (e.g., CI workflow files) when squashing.
110
- # --open-gh-issue: Creates a GitHub Issue with a link for opening a PR for review.
111
- # --open-gh-models: Adds an AI-generated comment to the created Issue with
112
- # a short overview of the scaffold changes and conflict-resolution guidance (If Any).
113
113
kubebuilder alpha update \
114
114
--force \
115
115
--push \
Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
58
58
# Step 6: Run the Kubebuilder alpha update command.
59
59
# More info: https://kubebuilder.io/reference/commands/alpha_update
60
60
- name : Run kubebuilder alpha update
61
+ # Executes the update command with specified flags.
62
+ # --force: Completes the merge even if conflicts occur, leaving conflict markers.
63
+ # --push: Automatically pushes the resulting output branch to the 'origin' remote.
64
+ # --restore-path: Preserves specified paths (e.g., CI workflow files) when squashing.
65
+ # --open-gh-issue: Creates a GitHub Issue with a link for opening a PR for review.
66
+ # --use-gh-models: Adds an AI-generated comment to the created Issue with
67
+ # a short overview of the scaffold changes and conflict-resolution guidance (If Any).
61
68
run : |
62
- # Executes the update command with specified flags.
63
- # --force: Completes the merge even if conflicts occur, leaving conflict markers.
64
- # --push: Automatically pushes the resulting output branch to the 'origin' remote.
65
- # --restore-path: Preserves specified paths (e.g., CI workflow files) when squashing.
66
- # --open-gh-issue: Creates a GitHub Issue with a link for opening a PR for review.
67
- # --open-gh-models: Adds an AI-generated comment to the created Issue with
68
- # a short overview of the scaffold changes and conflict-resolution guidance (If Any).
69
69
kubebuilder alpha update \
70
70
--force \
71
71
--push \
You can’t perform that action at this time.
0 commit comments