Skip to content

Commit

Permalink
ci(CL): run tests on CL branch and add backport config (#3095)
Browse files Browse the repository at this point in the history
* ci(CL): run tests on CL branch and add backport config

* Update .github/mergify.yml
  • Loading branch information
p0mvn authored Oct 21, 2022
1 parent c51a248 commit f0f31d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,11 @@ pull_request_rules:
backport:
branches:
- v13.x
- name: backport patches to concentrated-liquidity-main
conditions:
- base=main
- label=A:backport/concentrated-liquidity-main
actions:
backport:
branches:
- concentrated-liquidity-main
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- concentrated-liquidity-main

jobs:
golangci:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- "main"
- "concentrated-liquidity-main"
- "v[0-9]**"
workflow_dispatch:

Expand Down

0 comments on commit f0f31d0

Please sign in to comment.