diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc30992b5..e267b1a1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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