announce v1-node16 branch and update automation on master

This commit is contained in:
peterwoodworth
2022-10-13 13:37:46 -07:00
parent 5e8f93f56c
commit 59e17413a1
3 changed files with 13 additions and 2 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ queue_rules:
pull_request_rules:
- name: Automatically merge on CI success and review approval
conditions:
- base~=master|integ-tests
- base~=master|v1-node16|integ-tests
- "#approved-reviews-by>=1"
- -approved-reviews-by~=author
- status-success=Run Unit Tests
@@ -23,7 +23,7 @@ pull_request_rules:
- name: Automatically approve and merge Dependabot PRs
conditions:
- base=master
- base=master|v1-node16
- author=dependabot[bot]
- status-success=Run Unit Tests
- -title~=(WIP|wip)