diff --git a/.github/workflows/regsync-config.yaml b/.github/workflows/regsync-config.yaml index 79d0e6cc8..19741436e 100644 --- a/.github/workflows/regsync-config.yaml +++ b/.github/workflows/regsync-config.yaml @@ -1,6 +1,6 @@ -# Generate-Regsync-Config action will checkout release-v2.7 branch, run make regsync target and -# creates a pull request from rancherbot/charts or rancher/charts release-v2.7 branch with any image additions -# to regsync config file. This action is triggered whenever something is pushed into release-v2.7 branch. +# Generate-Regsync-Config action will run for every PR into release-v2.7 branch only after an approval is given +# It will run make target to generate regsync file and add a commit to the PR updating the regsync file. +# It will then install and run regsync client and do the prime image mirroring. name: Generate-Regsync-Config