diff --git a/.github/workflows/dev-to-main-pr.yml b/.github/workflows/dev-to-main-pr.yml index 8f9d74aec3..c6f98356f9 100644 --- a/.github/workflows/dev-to-main-pr.yml +++ b/.github/workflows/dev-to-main-pr.yml @@ -31,3 +31,8 @@ jobs: with: branch: main-promotion labels: skip-changelog + token: ${{ steps.generate_token.outputs.token }} + title: Merge development into main + body: | + This PR merges the development branch into the main branch. + It is created automatically by the Takaro CI bot.