Skip to content

Commit eb34ac6

Browse files
committed
Re-enable automerge for the 20.x release branch
Now that the releases of version 20.1.0 of ATfE and ATfE are complete, this patch re-enables the runs of the Automerge workflow targeting the `release/arm-software/20.x` branch to ensure the code is up to date with upstream LLVM.
1 parent aaafb4c commit eb34ac6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
branches:
2020
- from_branch: main
2121
to_branch: arm-software
22+
- from_branch: release/20.x
23+
to_branch: release/arm-software/20.x
2224
steps:
2325
- name: Configure Access Token
2426
uses: actions/create-github-app-token@v1

0 commit comments

Comments
 (0)