We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54970fb commit 9ae58e8Copy full SHA for 9ae58e8
src/proxy/actions/Action.js
@@ -14,6 +14,7 @@ class Action {
14
authorised = false;
15
canceled = false;
16
rejected = false;
17
+ autoApproved = false;
18
commitFrom;
19
commitTo;
20
branch;
@@ -104,6 +105,13 @@ class Action {
104
105
this.blocked = false;
106
}
107
108
+ /**
109
+ *`
110
+ */
111
+ setAllowAutoApprover() {
112
+ this.autoApproved = true;
113
+ }
114
+
115
/**
116
* @return {bool}
117
*/
0 commit comments