소스 검색

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