Update build.yml
This commit is contained in:
parent
96880bd5a7
commit
aa8ba96394
1 changed files with 18 additions and 18 deletions
36
.github/workflows/build.yml
vendored
36
.github/workflows/build.yml
vendored
|
|
@ -186,26 +186,26 @@ jobs:
|
|||
${{ steps.read_diff.outputs.diff }}
|
||||
```
|
||||
|
||||
- name: 🔍 Create Pull Request if tag not found
|
||||
id: create_pr
|
||||
if: ${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'true' && github.repository == 'TerraFirmaGreg-Team/Modpack-Modern' }}
|
||||
uses: devops-infra/action-pull-request@v0.6.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
source_branch: dev
|
||||
target_branch: main
|
||||
title: 'Release: ${{ steps.changelog.outputs.version }}'
|
||||
body: |
|
||||
**This is an automated Pull Request from the dev branch.**
|
||||
# - name: 🔍 Create Pull Request if tag not found
|
||||
# id: create_pr
|
||||
# if: ${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'true' && github.repository_owner == 'TerraFirmaGreg-Team' }}
|
||||
# uses: devops-infra/action-pull-request@v0.6.0
|
||||
# with:
|
||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# source_branch: dev
|
||||
# target_branch: main
|
||||
# title: 'Release: ${{ steps.changelog.outputs.version }}'
|
||||
# body: |
|
||||
# **This is an automated Pull Request from the dev branch.**
|
||||
|
||||
📃 **Name**: ${{ steps.check.outputs.project_name }}
|
||||
📃 **Release**: `${{ steps.changelog.outputs.version }}`
|
||||
📃 **Release Type**: `${{ steps.pakku_info.outputs.release_type }}`
|
||||
📃 **Game Version**: `${{ steps.check.outputs.minecraft_version }}`
|
||||
# 📃 **Name**: ${{ steps.check.outputs.project_name }}
|
||||
# 📃 **Release**: `${{ steps.changelog.outputs.version }}`
|
||||
# 📃 **Release Type**: `${{ steps.pakku_info.outputs.release_type }}`
|
||||
# 📃 **Game Version**: `${{ steps.check.outputs.minecraft_version }}`
|
||||
|
||||
${{ steps.changelog.outputs.description }}
|
||||
reviewer: Xikaro
|
||||
ignore_users: "dependabot"
|
||||
# ${{ steps.changelog.outputs.description }}
|
||||
# reviewer: Xikaro
|
||||
# ignore_users: "dependabot"
|
||||
|
||||
- name: 📝 Generate Github Summary
|
||||
uses: WcAServices/markdown-template-action@v1.1.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue