diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 8a92ba3..2d34fec 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -28,4 +28,16 @@ jobs: with: source_repo_path: OGCraftMC/Datapack-Template upstream_branch: # defaults to main - pr_labels: Template-Sync # defaults to template_sync + create_pull_request: false + + - name: Create Pull Request + uses: peter-evans/create-pull-request@v6 + with: + token: ${{ secrets.GITHUB_TOKEN }} + commit-message: chore: template sync + title: chore: template sync + body: | + Automated sync from template. + branch: chore/template_sync + delete-branch: false + labels: template_sync