From 8a5a469fe505a5a610fa883ed61cf563be743d73 Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Wed, 2 Feb 2022 13:45:21 +0100 Subject: [PATCH] Close illuminate pull-requests. --- .github/workflows/close-pull-requests.yml | 18 +++++++++++++ bin/close-pull-requests.sh | 26 +++++++++++++++++++ src/Illuminate/Auth/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Broadcasting/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Bus/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Cache/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Collections/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Conditionable/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Config/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Console/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Container/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Contracts/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Cookie/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Database/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Encryption/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Events/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Filesystem/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Hashing/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Http/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Log/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Macroable/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Mail/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Notifications/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Pagination/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Pipeline/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Queue/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Redis/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Routing/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Session/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Support/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Testing/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Translation/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/Validation/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- src/Illuminate/View/.gitattributes | 2 -- .../.github/workflows/close-pull-request.yml | 13 ---------- 66 files changed, 44 insertions(+), 480 deletions(-) create mode 100644 .github/workflows/close-pull-requests.yml create mode 100755 bin/close-pull-requests.sh delete mode 100644 src/Illuminate/Auth/.gitattributes delete mode 100644 src/Illuminate/Auth/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Broadcasting/.gitattributes delete mode 100644 src/Illuminate/Broadcasting/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Bus/.gitattributes delete mode 100644 src/Illuminate/Bus/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Cache/.gitattributes delete mode 100644 src/Illuminate/Cache/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Collections/.gitattributes delete mode 100644 src/Illuminate/Collections/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Conditionable/.gitattributes delete mode 100644 src/Illuminate/Conditionable/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Config/.gitattributes delete mode 100644 src/Illuminate/Config/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Console/.gitattributes delete mode 100644 src/Illuminate/Console/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Container/.gitattributes delete mode 100644 src/Illuminate/Container/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Contracts/.gitattributes delete mode 100644 src/Illuminate/Contracts/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Cookie/.gitattributes delete mode 100644 src/Illuminate/Cookie/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Database/.gitattributes delete mode 100644 src/Illuminate/Database/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Encryption/.gitattributes delete mode 100644 src/Illuminate/Encryption/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Events/.gitattributes delete mode 100644 src/Illuminate/Events/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Filesystem/.gitattributes delete mode 100644 src/Illuminate/Filesystem/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Hashing/.gitattributes delete mode 100644 src/Illuminate/Hashing/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Http/.gitattributes delete mode 100644 src/Illuminate/Http/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Log/.gitattributes delete mode 100644 src/Illuminate/Log/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Macroable/.gitattributes delete mode 100644 src/Illuminate/Macroable/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Mail/.gitattributes delete mode 100644 src/Illuminate/Mail/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Notifications/.gitattributes delete mode 100644 src/Illuminate/Notifications/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Pagination/.gitattributes delete mode 100644 src/Illuminate/Pagination/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Pipeline/.gitattributes delete mode 100644 src/Illuminate/Pipeline/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Queue/.gitattributes delete mode 100644 src/Illuminate/Queue/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Redis/.gitattributes delete mode 100644 src/Illuminate/Redis/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Routing/.gitattributes delete mode 100644 src/Illuminate/Routing/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Session/.gitattributes delete mode 100644 src/Illuminate/Session/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Support/.gitattributes delete mode 100644 src/Illuminate/Support/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Testing/.gitattributes delete mode 100644 src/Illuminate/Testing/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Translation/.gitattributes delete mode 100644 src/Illuminate/Translation/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/Validation/.gitattributes delete mode 100644 src/Illuminate/Validation/.github/workflows/close-pull-request.yml delete mode 100644 src/Illuminate/View/.gitattributes delete mode 100644 src/Illuminate/View/.github/workflows/close-pull-request.yml diff --git a/.github/workflows/close-pull-requests.yml b/.github/workflows/close-pull-requests.yml new file mode 100644 index 000000000000..aa0a7daf55aa --- /dev/null +++ b/.github/workflows/close-pull-requests.yml @@ -0,0 +1,18 @@ +name: close-pull-requests + +on: + schedule: + - cron: '0 * * * *' + +jobs: + close_pull_requests: + runs-on: ubuntu-20.04 + + name: Close all illuminate pull-requests + + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Run the script + run: ./bin/close-pull-requests.sh diff --git a/bin/close-pull-requests.sh b/bin/close-pull-requests.sh new file mode 100755 index 000000000000..d75fc414945c --- /dev/null +++ b/bin/close-pull-requests.sh @@ -0,0 +1,26 @@ +#!/usr/bin/env bash + +set -e + +COMMENT='Thank you for your pull request. +However, you have submitted this PR on the Illuminate organization which is a read-only sub split of \`laravel/framework\`. +Please submit your PR on the https://github.com/laravel/framework repository. + +Thanks!' + +for REPO in $(gh repo list illuminate --public --topic="read-only" --json "nameWithOwner" --jq '.[].nameWithOwner'); do + + for PR in $(gh pr list -R $REPO --json "number" --jq '.[].number'); do + + # Add a comment + gh pr comment $PR -R $REPO -b $COMMENT + + # Close the pull request + gh pr close $PR -R $REPO + + # Lock the pull request too? + # gh api -X PUT repos/$REPO/issues/$PR/lock + + done + +done diff --git a/src/Illuminate/Auth/.gitattributes b/src/Illuminate/Auth/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Auth/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Auth/.github/workflows/close-pull-request.yml b/src/Illuminate/Auth/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Auth/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Broadcasting/.gitattributes b/src/Illuminate/Broadcasting/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Broadcasting/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Broadcasting/.github/workflows/close-pull-request.yml b/src/Illuminate/Broadcasting/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Broadcasting/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Bus/.gitattributes b/src/Illuminate/Bus/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Bus/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Bus/.github/workflows/close-pull-request.yml b/src/Illuminate/Bus/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Bus/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Cache/.gitattributes b/src/Illuminate/Cache/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Cache/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Cache/.github/workflows/close-pull-request.yml b/src/Illuminate/Cache/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Cache/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Collections/.gitattributes b/src/Illuminate/Collections/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Collections/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Collections/.github/workflows/close-pull-request.yml b/src/Illuminate/Collections/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Collections/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Conditionable/.gitattributes b/src/Illuminate/Conditionable/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Conditionable/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Conditionable/.github/workflows/close-pull-request.yml b/src/Illuminate/Conditionable/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Conditionable/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Config/.gitattributes b/src/Illuminate/Config/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Config/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Config/.github/workflows/close-pull-request.yml b/src/Illuminate/Config/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Config/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Console/.gitattributes b/src/Illuminate/Console/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Console/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Console/.github/workflows/close-pull-request.yml b/src/Illuminate/Console/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Console/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Container/.gitattributes b/src/Illuminate/Container/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Container/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Container/.github/workflows/close-pull-request.yml b/src/Illuminate/Container/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Container/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Contracts/.gitattributes b/src/Illuminate/Contracts/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Contracts/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Contracts/.github/workflows/close-pull-request.yml b/src/Illuminate/Contracts/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Contracts/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Cookie/.gitattributes b/src/Illuminate/Cookie/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Cookie/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Cookie/.github/workflows/close-pull-request.yml b/src/Illuminate/Cookie/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Cookie/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Database/.gitattributes b/src/Illuminate/Database/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Database/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Database/.github/workflows/close-pull-request.yml b/src/Illuminate/Database/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Database/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Encryption/.gitattributes b/src/Illuminate/Encryption/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Encryption/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Encryption/.github/workflows/close-pull-request.yml b/src/Illuminate/Encryption/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Encryption/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Events/.gitattributes b/src/Illuminate/Events/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Events/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Events/.github/workflows/close-pull-request.yml b/src/Illuminate/Events/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Events/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Filesystem/.gitattributes b/src/Illuminate/Filesystem/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Filesystem/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Filesystem/.github/workflows/close-pull-request.yml b/src/Illuminate/Filesystem/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Filesystem/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Hashing/.gitattributes b/src/Illuminate/Hashing/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Hashing/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Hashing/.github/workflows/close-pull-request.yml b/src/Illuminate/Hashing/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Hashing/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Http/.gitattributes b/src/Illuminate/Http/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Http/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Http/.github/workflows/close-pull-request.yml b/src/Illuminate/Http/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Http/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Log/.gitattributes b/src/Illuminate/Log/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Log/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Log/.github/workflows/close-pull-request.yml b/src/Illuminate/Log/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Log/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Macroable/.gitattributes b/src/Illuminate/Macroable/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Macroable/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Macroable/.github/workflows/close-pull-request.yml b/src/Illuminate/Macroable/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Macroable/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Mail/.gitattributes b/src/Illuminate/Mail/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Mail/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Mail/.github/workflows/close-pull-request.yml b/src/Illuminate/Mail/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Mail/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Notifications/.gitattributes b/src/Illuminate/Notifications/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Notifications/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Notifications/.github/workflows/close-pull-request.yml b/src/Illuminate/Notifications/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Notifications/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Pagination/.gitattributes b/src/Illuminate/Pagination/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Pagination/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Pagination/.github/workflows/close-pull-request.yml b/src/Illuminate/Pagination/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Pagination/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Pipeline/.gitattributes b/src/Illuminate/Pipeline/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Pipeline/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Pipeline/.github/workflows/close-pull-request.yml b/src/Illuminate/Pipeline/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Pipeline/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Queue/.gitattributes b/src/Illuminate/Queue/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Queue/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Queue/.github/workflows/close-pull-request.yml b/src/Illuminate/Queue/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Queue/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Redis/.gitattributes b/src/Illuminate/Redis/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Redis/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Redis/.github/workflows/close-pull-request.yml b/src/Illuminate/Redis/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Redis/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Routing/.gitattributes b/src/Illuminate/Routing/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Routing/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Routing/.github/workflows/close-pull-request.yml b/src/Illuminate/Routing/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Routing/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Session/.gitattributes b/src/Illuminate/Session/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Session/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Session/.github/workflows/close-pull-request.yml b/src/Illuminate/Session/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Session/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Support/.gitattributes b/src/Illuminate/Support/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Support/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Support/.github/workflows/close-pull-request.yml b/src/Illuminate/Support/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Support/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Testing/.gitattributes b/src/Illuminate/Testing/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Testing/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Testing/.github/workflows/close-pull-request.yml b/src/Illuminate/Testing/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Testing/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Translation/.gitattributes b/src/Illuminate/Translation/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Translation/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Translation/.github/workflows/close-pull-request.yml b/src/Illuminate/Translation/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Translation/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/Validation/.gitattributes b/src/Illuminate/Validation/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/Validation/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/Validation/.github/workflows/close-pull-request.yml b/src/Illuminate/Validation/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/Validation/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!" diff --git a/src/Illuminate/View/.gitattributes b/src/Illuminate/View/.gitattributes deleted file mode 100644 index 7e54581c2a32..000000000000 --- a/src/Illuminate/View/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/.github export-ignore -.gitattributes export-ignore diff --git a/src/Illuminate/View/.github/workflows/close-pull-request.yml b/src/Illuminate/View/.github/workflows/close-pull-request.yml deleted file mode 100644 index 226152e7f1eb..000000000000 --- a/src/Illuminate/View/.github/workflows/close-pull-request.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.

Thanks!"