Conversation
|
Since our current security policy does not allow creating PRs via GitHub actions, I will modify its goal to only prepare branches via CI and then create PRs manually. |
d6cc69c to
808ba7e
Compare
|
An example of a successful GitHub action that I ran using this configuration https://github.com/Kong/charts/actions/runs/13559914224/job/37901027452 It created such a commit |
AFAIK this limitation is only for |
|
Yes. However, there is no bot token set in this repository. Maybe we can set some secrets like in kic repo. |
af02ce3 to
4ab0536
Compare
|
The workflow has been fixed through this PR, and it has run successfully. It created a PR. |
|
Using the latest update, it has run successfully and created this PR. |
pmalek
left a comment
There was a problem hiding this comment.
Just 2 minor nits, otherwise LGTM.
Please also resolve the conflicts.
Disables draft mode for PR to allow automatic merges Adds labels for easier tracking of dependencies updates
e8b1a0f to
0bafe83
Compare
|
Created #1276 |
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
|
I believe this PR missed setting the @tao12345666333 PTAL |
|
thank you! |
What this PR does / why we need it:
This pull request includes updates to the GitHub Actions workflow for syncing Kubernetes configuration CRDs. The changes focus on updating permissions, switching the shell used for a script, and modifying the process for committing changes to a new branch.
Workflow updates:
.github/workflows/sync-kubernetes-configuration-crds.yaml: Addedpermissionssection to grant write access to contents..github/workflows/sync-kubernetes-configuration-crds.yaml: Changed the shell used for the Kustomize installation script fromshtobash..github/workflows/sync-kubernetes-configuration-crds.yaml: Replaced the action for creating a pull request with an action to push changes to a new branch, including updating commit message and branch creation options.Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged)Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
mainbranch.