We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
invalidWordFenceVersions
1 parent 6ba7668 commit 86028e6Copy full SHA for 86028e6
.github/codecov.yml
@@ -1,2 +1,2 @@
1
fixes:
2
- - "php-matrix/::" # reduce root e.g., "php-matrix/src/" => "src/"
+ - "wp-org-closed-plugin/::" # reduce root e.g., "wp-org-closed-plugin/src/" => "src/"
.github/workflows/composer-audit.yml
@@ -3,7 +3,7 @@ name: Composer Audit
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '23 3 * * 1' # Weekly on Monday
+ - cron: '12 3 * * 1' # Weekly on Monday
7
pull_request:
8
branches:
9
- main
0 commit comments