File tree Expand file tree Collapse file tree 6 files changed +20
-0
lines changed
Expand file tree Collapse file tree 6 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - main
99
10+ # No permissions are required for this workflow
11+ permissions : {}
12+
1013jobs :
1114 test :
1215 name : General checks, tests and coverage reporting
Original file line number Diff line number Diff line change 88 branches :
99 - main
1010
11+ permissions :
12+ contents : read
13+ pull-requests : read
14+
1115jobs :
1216 commitlint :
1317 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99 - main
1010 workflow_dispatch :
1111
12+ # No permissions are required for this workflow
13+ permissions : {}
14+
1215jobs :
1316 e2e :
1417 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 33 schedule :
44 - cron : ' 00 20 * * *'
55
6+ permissions :
7+ issues : write
8+ pull-requests : write
9+
610jobs :
711 stale :
812 name : Flag and close stale issues
Original file line number Diff line number Diff line change 88 branches :
99 - main
1010
11+ # No permissions are required for this workflow
12+ permissions : {}
13+
1114jobs :
1215 compliance-check :
1316 name : Compliance Check
Original file line number Diff line number Diff line change 88 branches :
99 - main
1010
11+ # No permissions are required for this workflow
12+ permissions : {}
13+
1114jobs :
1215 test :
1316 name : Unit and Integration
You can’t perform that action at this time.
0 commit comments