File tree 10 files changed +32
-1
lines changed
10 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
pull_request :
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
coverage :
11
14
name : Generate Combined Coverage
Original file line number Diff line number Diff line change 15
15
- ' .github/workflows/functions_client.yml'
16
16
- ' packages/yet_another_json_isolate/**'
17
17
18
+ permissions :
19
+ contents : read
20
+
18
21
jobs :
19
22
test :
20
23
name : Test SDK ${{ matrix.sdk }}
Original file line number Diff line number Diff line change 13
13
- ' packages/gotrue/**'
14
14
- ' .github/workflows/gotrue.yml'
15
15
16
+ permissions :
17
+ contents : read
18
+
16
19
jobs :
17
20
test :
18
21
name : Test SDK ${{ matrix.sdk }}
Original file line number Diff line number Diff line change 15
15
- ' .github/workflows/postgrest.yml'
16
16
- ' packages/yet_another_json_isolate/**'
17
17
18
+ permissions :
19
+ contents : read
20
+
18
21
jobs :
19
22
test :
20
23
name : Test SDK ${{ matrix.sdk }}
Original file line number Diff line number Diff line change 13
13
- ' packages/realtime_client/**'
14
14
- ' .github/workflows/realtime_client.yml'
15
15
16
+ permissions :
17
+ contents : read
18
+
16
19
jobs :
17
20
test :
18
21
name : Test SDK ${{ matrix.sdk }}
Original file line number Diff line number Diff line change 12
12
- ' packages/storage_client/**'
13
13
- ' .github/workflows/storage_client.yml'
14
14
15
+ permissions :
16
+ contents : read
17
+
15
18
jobs :
16
19
test :
17
20
name : Test SDK ${{ matrix.sdk }}
Original file line number Diff line number Diff line change 23
23
- ' packages/realtime_client/**'
24
24
- ' packages/storage_client/**'
25
25
26
+ permissions :
27
+ contents : read
28
+
26
29
jobs :
27
30
test :
28
31
name : Test SDK ${{ matrix.sdk }}
Original file line number Diff line number Diff line change 27
27
- ' packages/supabase/**'
28
28
- ' packages/yet_another_json_isolate/**'
29
29
30
+ permissions :
31
+ contents : read
32
+
30
33
jobs :
31
34
test :
32
35
name : Test Flutter v${{ matrix.flutter-version }}
Original file line number Diff line number Diff line change 2
2
name : ' PR Title is Conventional'
3
3
4
4
on :
5
- pull_request_target :
5
+ pull_request :
6
6
types :
7
7
- opened
8
8
- edited
9
9
- synchronize
10
10
11
+ permissions :
12
+ contents : read
13
+ pull-requests : write
14
+
11
15
jobs :
12
16
main :
13
17
name : Validate PR title
Original file line number Diff line number Diff line change 13
13
- ' packages/yet_another_json_isolate/**'
14
14
- ' .github/workflows/yet_another_json_isolate.yml'
15
15
16
+ permissions :
17
+ contents : read
18
+
16
19
jobs :
17
20
test :
18
21
name : Test SDK ${{ matrix.sdk }}
You can’t perform that action at this time.
0 commit comments