forked from Automattic/wordpress-activitypub
-
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.
Merge branch 'trunk' into add/ddev-developmet
- Loading branch information
Showing
119 changed files
with
5,267 additions
and
2,251 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 |
---|---|---|
@@ -1,44 +1,44 @@ | ||
.DS_Store | ||
.editorconfig | ||
.git | ||
.gitignore | ||
.github | ||
.travis.yml | ||
.codeclimate.yml | ||
.data | ||
.ddev | ||
.distignore | ||
.DS_Store | ||
.editorconfig | ||
.git | ||
.github | ||
.gitignore | ||
.php_cs | ||
.svnignore | ||
.travis.yml | ||
.wordpress-org | ||
.php_cs | ||
Gruntfile.js | ||
LINGUAS | ||
Makefile | ||
README.md | ||
readme.md | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
FEDERATION.md | ||
SECURITY.md | ||
LICENSE.md | ||
_site | ||
.wp-env.json | ||
_config.yml | ||
_site | ||
bin | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
composer.lock | ||
docker-compose.yml | ||
docker-compose-test.yml | ||
Dockerfile | ||
docs | ||
docker-compose-test.yml | ||
docker-compose.yml | ||
FEDERATION.md | ||
Gruntfile.js | ||
gulpfile.js | ||
package.json | ||
LICENSE.md | ||
LINGUAS | ||
Makefile | ||
node_modules | ||
npm-debug.log | ||
phpcs.xml | ||
package.json | ||
package-lock.json | ||
package.json | ||
phpcs.xml | ||
phpunit.xml | ||
phpunit.xml.dist | ||
tests | ||
node_modules | ||
vendor | ||
README.md | ||
readme.md | ||
SECURITY.md | ||
src | ||
tests | ||
vendor |
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,26 @@ | ||
name: "Changelog Updated" | ||
on: | ||
pull_request: | ||
# The specific activity types are listed here to include "labeled" and "unlabeled" | ||
# (which are not included by default for the "pull_request" trigger). | ||
# This is needed to allow skipping enforcement of the changelog in PRs with specific labels, | ||
# as defined in the (optional) "skipLabels" property. | ||
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled] | ||
|
||
jobs: | ||
# Enforces the update of a changelog file on every pull request. | ||
changelog: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# CHANGELOG.md | ||
- uses: dangoslen/changelog-enforcer@v3 | ||
with: | ||
skipLabels: 'Skip Changelog' | ||
versionPattern: '## \\[((v|V)?\\d*\\.\\d*\\.\\d*-?\\w*|unreleased|Unreleased|UNRELEASED|Dev)\\]' | ||
|
||
# readme.txt | ||
- uses: dangoslen/changelog-enforcer@v3 | ||
with: | ||
changeLogPath: 'readme.txt' | ||
skipLabels: 'Skip Changelog' | ||
versionPattern: '^=\\s*((v|V)?\\d+\\.\\d+\\.\\d+|Dev)\\s*=' |
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
_site | ||
.sass-cache | ||
.jekyll-cache | ||
.jekyll-metadata | ||
/node_modules/ | ||
/vendor/ | ||
package-lock.json | ||
|
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,4 @@ | ||
{ | ||
"core": null, | ||
"plugins": [ "." ] | ||
} |
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.