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!"