diff --git a/.github/workflows/LatestRelease-To-Development-Branch.yml b/.github/workflows/LatestRelease-To-Development-Branch.yml index cfeb780..03820c8 100644 --- a/.github/workflows/LatestRelease-To-Development-Branch.yml +++ b/.github/workflows/LatestRelease-To-Development-Branch.yml @@ -1,3 +1,4 @@ +# PLEASE NOTE: This will only work if setting (workflow permissions) have been set to Read and Write permissions and github actions are allowed to create and approve pull requests name: On-push to LatestRelease, update Development branch on: @@ -24,4 +25,4 @@ jobs: run: | git fetch origin LatestRelease # Update the LatestRelease remote tracking branch git merge origin/LatestRelease --allow-unrelated-histories # Merge the changes from LatestRelease - git push # Push the changes to the remote repository \ No newline at end of file + git push # Push the changes to the remote repository