From 0d7fe2e34732d57d6ac3884cfdc28e3860447a43 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Thu, 6 Oct 2022 14:14:07 +0200 Subject: [PATCH] Some corrections to pr action --- .github/workflows/pr_to_nightly.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_to_nightly.yml b/.github/workflows/pr_to_nightly.yml index 1ca385a8..11e19366 100644 --- a/.github/workflows/pr_to_nightly.yml +++ b/.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 \ No newline at end of file