mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Allow empty prs
This commit is contained in:
parent
5bee5a47c5
commit
66513a820e
1
.github/workflows/draft-new-release.yml
vendored
1
.github/workflows/draft-new-release.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
|||||||
github_token: ${{ secrets.XLABS_CI_GITHUB_TOKEN }}
|
github_token: ${{ secrets.XLABS_CI_GITHUB_TOKEN }}
|
||||||
source_branch: "develop"
|
source_branch: "develop"
|
||||||
destination_branch: "master"
|
destination_branch: "master"
|
||||||
|
pr_allow_empty: true
|
||||||
pr_body: |
|
pr_body: |
|
||||||
This Pull Request is for the release of X Labs Launcher ${{ steps.normalize_version.outputs.version }} and was [automatically created by a workflow](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) triggered by @${{ github.actor }}.
|
This Pull Request is for the release of X Labs Launcher ${{ steps.normalize_version.outputs.version }} and was [automatically created by a workflow](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) triggered by @${{ github.actor }}.
|
||||||
pr_title: Release ${{ steps.normalize_version.outputs.version }}
|
pr_title: Release ${{ steps.normalize_version.outputs.version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user