File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ configuration:
16
16
label : ' :octocat: auto-merge'
17
17
- targetsBranch :
18
18
branch : main
19
- - or :
20
- - isActivitySender :
21
- user : dotnet-policy-service[bot]
19
+ - isActivitySender :
20
+ user : dotnet-policy-service[bot]
22
21
then :
23
22
- enableAutoMerge :
24
23
mergeMethod : Squash
Original file line number Diff line number Diff line change
1
+ name : ' OPS status checker'
2
+
3
+ on :
4
+ pull_request_target :
5
+ types : [opened, synchronize, reopened]
6
+
7
+ permissions :
8
+ contents : read
9
+
10
+ jobs :
11
+ status_checker_job :
12
+ name : Look for build warnings
13
+ runs-on : ubuntu-latest
14
+ permissions :
15
+ statuses : read
16
+ pull-requests : write
17
+ steps :
18
+ - name : Harden Runner
19
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
20
+ with :
21
+ egress-policy : audit
22
+
23
+ - uses : dotnet/docs-tools/actions/status-checker@main
24
+ with :
25
+ repo_token : ${{ secrets.GITHUB_TOKEN }}
26
+ mode : " warning"
You can’t perform that action at this time.
0 commit comments