瀏覽代碼

Some corrections to pr action

DerLinkman 3 年之前
父節點
當前提交
0d7fe2e347
共有 1 個文件被更改,包括 3 次插入1 次删除
  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