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/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
pull_request:

permissions:
contents: read

jobs:
coverage:
name: Generate Combined Coverage
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/functions_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
- '.github/workflows/functions_client.yml'
- 'packages/yet_another_json_isolate/**'

permissions:
contents: read

jobs:
test:
name: Test SDK ${{ matrix.sdk }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gotrue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 'packages/gotrue/**'
- '.github/workflows/gotrue.yml'

permissions:
contents: read

jobs:
test:
name: Test SDK ${{ matrix.sdk }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/postgrest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
- '.github/workflows/postgrest.yml'
- 'packages/yet_another_json_isolate/**'

permissions:
contents: read

jobs:
test:
name: Test SDK ${{ matrix.sdk }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/realtime_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 'packages/realtime_client/**'
- '.github/workflows/realtime_client.yml'

permissions:
contents: read

jobs:
test:
name: Test SDK ${{ matrix.sdk }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/storage_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- 'packages/storage_client/**'
- '.github/workflows/storage_client.yml'

permissions:
contents: read

jobs:
test:
name: Test SDK ${{ matrix.sdk }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
- 'packages/realtime_client/**'
- 'packages/storage_client/**'

permissions:
contents: read

jobs:
test:
name: Test SDK ${{ matrix.sdk }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/supabase_flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
- 'packages/supabase/**'
- 'packages/yet_another_json_isolate/**'

permissions:
contents: read

jobs:
test:
name: Test Flutter v${{ matrix.flutter-version }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/title-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
name: 'PR Title is Conventional'

on:
pull_request_target:
pull_request:
types:
- opened
- edited
- synchronize

permissions:
contents: read
pull-requests: write

jobs:
main:
name: Validate PR title
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/yet_another_json_isolate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 'packages/yet_another_json_isolate/**'
- '.github/workflows/yet_another_json_isolate.yml'

permissions:
contents: read

jobs:
test:
name: Test SDK ${{ matrix.sdk }}
Expand Down
Loading