Skip to content

Commit 0764a3f

Browse files
authored
chore: add GitHub Action to automatically close PRs on subtree splits (#6648)
1 parent 219199d commit 0764a3f

File tree

47 files changed

+1256
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1256
-8
lines changed

.gitattributes

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
/.editorconfig export-ignore
2-
/.gitattributes export-ignore
3-
/.github export-ignore
4-
/.gitignore export-ignore
5-
/.php_cs.dist export-ignore
1+
*.sh export-ignore
2+
.editorconfig export-ignore
3+
.gitattributes export-ignore
4+
.github export-ignore
5+
.gitignore export-ignore
6+
.php-cs-fixer.dist.php export-ignore
7+
phpstan.neon.dist export-ignore
8+
phpunit.xml.dist export-ignore
9+
phpunit10.xml.dist export-ignore
10+
/.commitlintrc export-ignore
611
/appveyor.yml export-ignore
712
/behat.yml.dist export-ignore
13+
/codecov.yml
814
/docs export-ignore
915
/features export-ignore
10-
/phpstan.neon.dist export-ignore
11-
/phpunit.xml.dist export-ignore
16+
/package-lock.json export-ignore
17+
/pmu.baseline
1218
/tests export-ignore
13-
/update-js.sh export-ignore
1419
/yarn.lock export-ignore

.idea/codeception.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/core.iml

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php-test-framework.xml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 274 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/phpspec.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/phpunit.xml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)