From 4aa765b72e880246907bc16bc591e44b0235da97 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Mon, 26 Jun 2023 22:54:38 +0100 Subject: [PATCH] Enable auto-merge of develop to riot (#21389) --- .github/workflows/feature_branch_update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/feature_branch_update.yml b/.github/workflows/feature_branch_update.yml index bfc4c7d65e5..09760551609 100644 --- a/.github/workflows/feature_branch_update.yml +++ b/.github/workflows/feature_branch_update.yml @@ -18,6 +18,7 @@ jobs: matrix: branch: - xap + - riot steps: - uses: actions/checkout@v3