File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ export class AwsCdkTypeScriptApp extends awscdk.AwsCdkTypeScriptApp {
68
68
const conditions : Array < string > = [ ] ;
69
69
conditions . push ( "github.event.pull_request.user.login == 'dependabot[bot]'" ) ;
70
70
conditions . push ( "contains(github.event.pull_request.labels.*.name, 'auto-approve'" ) ;
71
- conditions . push ( "-label~=(do-not-merge)" ) ;
72
71
conditions . push ( "#approved-reviews-by>=1" ) ;
73
72
74
73
const mergeJob : Job = {
@@ -86,7 +85,7 @@ export class AwsCdkTypeScriptApp extends awscdk.AwsCdkTypeScriptApp {
86
85
uses : "pascalgn/automerge-action@v0.14.3" ,
87
86
env : {
88
87
GITHUB_TOKEN : "${{ secrets.GITHUB_TOKEN }}" ,
89
- MERGE_LABELS : "" ,
88
+ MERGE_LABELS : "!do-not-merge " ,
90
89
MERGE_FORKS : "false" ,
91
90
MERGE_RETRY_SLEEP : "60000" ,
92
91
MERGE_DELETE_BRANCH : "true" ,
You can’t perform that action at this time.
0 commit comments