From b4619c85bba55fe0143ce4e77b92ec4351a51e68 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 19 Apr 2024 08:36:45 +0200 Subject: [PATCH] - --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- .github/workflows/check-subtree-split.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a3a0bef..df3b474 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,8 @@ Please do not submit any Pull Requests here. They will be closed. --- + Please submit your PR here instead: https://github.com/symfony/ux + This repository is what we call a "subtree split": a read-only subset of that main repository. -We're looking forward to your PR there! \ No newline at end of file +We're looking forward to your PR there! diff --git a/.github/workflows/check-subtree-split.yml b/.github/workflows/check-subtree-split.yml index d9fbb23..bdec23b 100644 --- a/.github/workflows/check-subtree-split.yml +++ b/.github/workflows/check-subtree-split.yml @@ -16,8 +16,10 @@ jobs: issue_number: context.issue.number, body: ` Thanks for your Pull Request! We love contributions. + However, you should instead open your PR on the main repository: https://github.com/symfony/ux + This repository is what we call a "subtree split": a read-only subset of that main repository. We're looking forward to your PR there! ` @@ -28,4 +30,4 @@ jobs: pull_number: context.issue.number, state: "closed" }); - } \ No newline at end of file + }