File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,15 @@ concurrency:
2020
2121jobs :
2222 build :
23+ permissions :
24+ contents : read
2325 uses : flutter-form-builder-ecosystem/.github/.github/workflows/minimal-quality.yaml@main
2426 with :
2527 codecov-name : form_builder_cupertino_fields
2628 fvm-flavor : beta
2729 example :
30+ permissions :
31+ contents : read
2832 uses : flutter-form-builder-ecosystem/.github/.github/workflows/build-examples.yaml@main
2933 with :
3034 fvm-flavor : beta
Original file line number Diff line number Diff line change 55 branches : [main]
66 tags :
77 - ' [0-9]+.[0-9]+.[0-9]+'
8+ - ' [0-9]+.[0-9]+.[0-9]+\+[0-9]+'
89
910 pull_request :
1011 branches : [main]
@@ -18,10 +19,14 @@ concurrency:
1819
1920jobs :
2021 build :
22+ permissions :
23+ contents : read
2124 uses : flutter-form-builder-ecosystem/.github/.github/workflows/minimal-quality.yaml@main
2225 with :
2326 codecov-name : form_builder_cupertino_fields
2427 example :
28+ permissions :
29+ contents : read
2530 uses : flutter-form-builder-ecosystem/.github/.github/workflows/build-examples.yaml@main
2631
2732 deployment :
Original file line number Diff line number Diff line change 77jobs :
88 validate-pr-title :
99 runs-on : ubuntu-latest
10+ permissions :
11+ contents : read
1012 steps :
1113 - name : PR Conventional Commit Validation
1214 uses : ytanikin/PRConventionalCommits@1.3.0
Original file line number Diff line number Diff line change 66jobs :
77 stale :
88 runs-on : ubuntu-latest
9+ permissions :
10+ issues : write
11+ pull-requests : write
12+ contents : write
913 steps :
1014 - uses : actions/stale@v10
1115 with :
You can’t perform that action at this time.
0 commit comments