File tree Expand file tree Collapse file tree 7 files changed +24
-3
lines changed Expand file tree Collapse file tree 7 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1111 - promote/main
1212 workflow_dispatch : {}
1313
14+ permissions :
15+ contents : read
16+
1417jobs :
1518 dotnet6-build-and-unit-test :
1619 name : Build and Test on .NET 6.0
Original file line number Diff line number Diff line change 1111 - promote/main
1212 workflow_dispatch : {}
1313
14+ permissions :
15+ contents : read
16+
1417jobs :
1518 dotnet8-build-and-unit-test :
1619 name : Build and Test on .NET 8.0
Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 0 1 * * 0'
66
7+ permissions :
8+ contents : read
9+ security-events : write
10+
711jobs :
812 CodeQL-Build :
913
Original file line number Diff line number Diff line change 33 issues :
44 types : [opened]
55
6+ permissions :
7+ issues : write
8+
69jobs :
710 add-label :
811 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 release :
66 types : [ published ]
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 # Publish the nuget package
1013 publish :
Original file line number Diff line number Diff line change 2020 branches :
2121 - main
2222
23+ permissions :
24+ contents : write
25+ pull-requests : write
26+
2327jobs :
2428 release :
25- permissions :
26- contents : write
27- pull-requests : write
2829 runs-on : ubuntu-latest
2930 steps :
3031 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 33 schedule :
44 - cron : ' 30 8 * * *'
55
6+ permissions :
7+ issues : write
8+ pull-requests : write
9+
610jobs :
711 stale :
812 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments