Skip to content
Open
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
5 changes: 5 additions & 0 deletions .github/workflows/command-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ on:
issue_comment:
types: created

permissions:
contents: read

jobs:
rebase:
permissions:
contents: none
runs-on: ubuntu-latest

# On pull requests and if the comment starts with `/rebase`
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ on:
- main
- stable*

permissions:
contents: read

jobs:
auto-merge:
permissions:
pull-requests: write # for hmarr/auto-approve-action to approve PRs
runs-on: ubuntu-latest
steps:
# Default github action approve
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-info-xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- main
- stable*

permissions:
contents: read

jobs:
xml-linters:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-php-cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- main
- stable*

permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- main
- stable*

permissions:
contents: read

jobs:
php-lint:
runs-on: ubuntu-latest
Expand All @@ -35,6 +38,8 @@ jobs:
run: composer run lint

summary:
permissions:
contents: none
runs-on: ubuntu-latest
needs: php-lint

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
env:
APP_NAME: contacts

permissions:
contents: read

jobs:
php:
runs-on: ubuntu-latest
Expand Down