File tree Expand file tree Collapse file tree 4 files changed +437
-437
lines changed Expand file tree Collapse file tree 4 files changed +437
-437
lines changed Original file line number Diff line number Diff line change 25
25
require : write
26
26
- name : Auto-approve for break glass PR
27
27
id : break-glass
28
- if : ${{ (steps.author-permission.outputs.require-result == 'true') && (startsWith(github.event.pull_request.title, " [Break Glass]" )) }}
28
+ if : ${{ (steps.author-permission.outputs.require-result == 'true') && (startsWith(github.event.pull_request.title, ' [Break Glass]' )) }}
29
29
uses : hmarr/auto-approve-action@v4
30
30
- name : Auto-approve if author is able to write and contains only doc change
31
31
id : doc-change
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.8.6 )
5
- public_suffix (>= 2.0.2 , < 6 .0 )
4
+ addressable (2.8.7 )
5
+ public_suffix (>= 2.0.2 , < 7 .0 )
6
6
colorator (1.1.0 )
7
- concurrent-ruby (1.3.3 )
7
+ concurrent-ruby (1.3.4 )
8
8
em-websocket (0.5.3 )
9
9
eventmachine (>= 0.12.9 )
10
10
http_parser.rb (~> 0 )
11
11
eventmachine (1.2.7 )
12
12
ffi (1.17.0 )
13
- ffi (1.17.0-arm64-darwin )
14
- ffi (1.17.0-x86_64-darwin )
15
13
forwardable-extended (2.6.0 )
16
- google-protobuf (3.25.3 )
17
- google-protobuf (3.25.3 -arm64-darwin )
18
- google-protobuf (3.25.3 -x86_64-darwin )
19
- google-protobuf (3.25.3 -x86_64-linux )
14
+ google-protobuf (3.25.4 )
15
+ google-protobuf (3.25.4 -arm64-darwin )
16
+ google-protobuf (3.25.4 -x86_64-darwin )
17
+ google-protobuf (3.25.4 -x86_64-linux )
20
18
http_parser.rb (0.8.0 )
21
19
i18n (1.14.5 )
22
20
concurrent-ruby (~> 1.0 )
60
58
mercenary (0.4.0 )
61
59
pathutil (0.16.2 )
62
60
forwardable-extended (~> 2.6 )
63
- public_suffix (5 .0.5 )
61
+ public_suffix (6 .0.1 )
64
62
rake (13.2.1 )
65
63
rb-fsevent (0.11.2 )
66
64
rb-inotify (0.11.1 )
72
70
sass-embedded (1.69.5 )
73
71
google-protobuf (~> 3.23 )
74
72
rake (>= 13.0.0 )
75
- sass-embedded (1.69.5-arm64-darwin )
76
- google-protobuf (~> 3.23 )
77
- sass-embedded (1.69.5-x86_64-darwin )
78
- google-protobuf (~> 3.23 )
79
73
strscan (3.1.0 )
80
74
terminal-table (3.0.2 )
81
75
unicode-display_width (>= 1.1.1 , < 3 )
@@ -93,4 +87,4 @@ DEPENDENCIES
93
87
just-the-docs (= 0.8.2 )
94
88
95
89
BUNDLED WITH
96
- 2.5.9
90
+ 2.3.5
You can’t perform that action at this time.
0 commit comments