Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- ready_for_review
- reopened

permissions:
pull-requests: read

jobs:
check-pr-title:
name: Check PR title
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- 'package.json'
- 'package.lock'

permissions:
contents: read

jobs:
test-and-lint-js:
name: Test & lint JS codebase
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- 'phpunit.xml.dist'
- '.env.ci'

permissions:
contents: read

jobs:
test-and-lint-php:
name: Test & lint PHP codebase
Expand Down
Loading