Skip to content

Commit 25d475b

Browse files
committed
Merge branch 'develop' into trunk
2 parents 671e3e7 + 235e662 commit 25d475b

32 files changed

Lines changed: 5147 additions & 2711 deletions

.github/workflows/build-release-zip.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build release zip
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
workflow_call:

.github/workflows/cypress.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branches:
1010
- develop
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
check-diffs:
1417
runs-on: ubuntu-latest

.github/workflows/js-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branches:
1010
- develop
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
eslint:
1417
name: eslint

.github/workflows/php-compatibility.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: PHP Linting
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches:

.github/workflows/phpunit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: PHPUnit
2+
permissions:
3+
contents: read
24

35
on:
46
push:

.github/workflows/push-asset-readme-update.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Plugin asset/readme update
22

3+
permissions:
4+
contents: read
5+
packages: read
6+
37
on:
48
push:
59
branches:

.github/workflows/push-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Deploy to WordPress.org
22

3+
permissions:
4+
contents: write
5+
packages: read
6+
37
on:
48
push:
59
tags:

.github/workflows/repo-automator.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: 'Repo Automator'
22

3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
37
on:
48
issues:
59
types:

.wordpress-org/blueprints/blueprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"Example of an allowed IP address"
3333
]
3434
},
35-
"rsa_activation_version": "7.5.3"
35+
"rsa_activation_version": "7.6.0"
3636
}
3737
}
3838
]

.wordpress-org/screenshot-1.png

424 KB
Loading

0 commit comments

Comments
 (0)