Some corrections to pr action

This commit is contained in:
DerLinkman 2022-10-06 14:14:07 +02:00
parent 33bd871a63
commit 0d7fe2e347

View File

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