Relative Content

Tag Archive for rgitgithub-actionsmultilingualpull-request

Failed to run Github action after pushing more commits into current PR

Hi I have the following github action. Its aim is to automatically create and update PRs.
Let’s say I have a book with multiple languages. First, I create a new branch with the name pattern like “handbook_v1.1_en” to implement changes in English version. After that, the Github Action will help me to automatically create 7 other branches and PRs according to language versions, so my colleague can come and implement changes in language versions. This step worked