forked from thephpleague/flysystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install sub-split PR closer on all sub-splits.
- Loading branch information
1 parent
b93527c
commit 223edb8
Showing
13 changed files
with
302 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'no' | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
src/AdapterTestUtilities/.github/workflows/close-subsplit-prs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Close sub-split PRs | ||
|
||
on: | ||
push: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
pull_request: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
schedule: | ||
- cron: '30 7 * * *' | ||
|
||
jobs: | ||
close_subsplit_prs: | ||
runs-on: ubuntu-latest | ||
name: Close sub-split PRs | ||
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository. | ||
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Close sub-split PRs | ||
|
||
on: | ||
push: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
pull_request: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
schedule: | ||
- cron: '30 7 * * *' | ||
|
||
jobs: | ||
close_subsplit_prs: | ||
runs-on: ubuntu-latest | ||
name: Close sub-split PRs | ||
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository. | ||
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'no' | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
|
30 changes: 30 additions & 0 deletions
30
src/AzureBlobStorage/.github/workflows/close-subsplit-prs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Close sub-split PRs | ||
|
||
on: | ||
push: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
pull_request: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
schedule: | ||
- cron: '30 7 * * *' | ||
|
||
jobs: | ||
close_subsplit_prs: | ||
runs-on: ubuntu-latest | ||
name: Close sub-split PRs | ||
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository. | ||
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Close sub-split PRs | ||
|
||
on: | ||
push: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
pull_request: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
schedule: | ||
- cron: '30 7 * * *' | ||
|
||
jobs: | ||
close_subsplit_prs: | ||
runs-on: ubuntu-latest | ||
name: Close sub-split PRs | ||
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository. | ||
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem |
30 changes: 30 additions & 0 deletions
30
src/GoogleCloudStorage/.github/workflows/close-subsplit-prs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Close sub-split PRs | ||
|
||
on: | ||
push: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
pull_request: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
schedule: | ||
- cron: '30 7 * * *' | ||
|
||
jobs: | ||
close_subsplit_prs: | ||
runs-on: ubuntu-latest | ||
name: Close sub-split PRs | ||
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository. | ||
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Close sub-split PRs | ||
|
||
on: | ||
push: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
pull_request: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
schedule: | ||
- cron: '30 7 * * *' | ||
|
||
jobs: | ||
close_subsplit_prs: | ||
runs-on: ubuntu-latest | ||
name: Close sub-split PRs | ||
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository. | ||
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Close sub-split PRs | ||
|
||
on: | ||
push: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
pull_request: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
schedule: | ||
- cron: '30 7 * * *' | ||
|
||
jobs: | ||
close_subsplit_prs: | ||
runs-on: ubuntu-latest | ||
name: Close sub-split PRs | ||
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository. | ||
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Close sub-split PRs | ||
|
||
on: | ||
push: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
pull_request: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
schedule: | ||
- cron: '30 7 * * *' | ||
|
||
jobs: | ||
close_subsplit_prs: | ||
runs-on: ubuntu-latest | ||
name: Close sub-split PRs | ||
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository. | ||
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Close sub-split PRs | ||
|
||
on: | ||
push: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
pull_request: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
schedule: | ||
- cron: '30 7 * * *' | ||
|
||
jobs: | ||
close_subsplit_prs: | ||
runs-on: ubuntu-latest | ||
name: Close sub-split PRs | ||
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository. | ||
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Close sub-split PRs | ||
|
||
on: | ||
push: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
pull_request: | ||
branches: | ||
- 2.x | ||
- 3.x | ||
schedule: | ||
- cron: '30 7 * * *' | ||
|
||
jobs: | ||
close_subsplit_prs: | ||
runs-on: ubuntu-latest | ||
name: Close sub-split PRs | ||
steps: | ||
- uses: frankdejonge/[email protected] | ||
with: | ||
close_pr: 'yes' | ||
target_branch_match: '^(?!master).+$' | ||
message: | | ||
Hi :wave:, | ||
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository. | ||
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem |