Explorar o código

Some corrections to pr action

DerLinkman %!s(int64=3) %!d(string=hai) anos
pai
achega
0d7fe2e347
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      .github/workflows/pr_to_nightly.yml

+ 3 - 1
.github/workflows/pr_to_nightly.yml

@@ -17,7 +17,9 @@ jobs:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           title: Automatic PR to nightly from ${{ github.event.repository.updated_at}}
           assignee: DerLinkman
+          source_branch: staging
+          target_branch: nightly
           reviewer: DerLinkman
           label: upstream
-          new_string: ${{ github.event.commits[0].message }}
+          body: Merge current staging state to nightly branch
           get_diff: true